Home
last modified time | relevance | path

Searched refs:cb_access (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h545 cb_access:1, /* Is control block accessed? */ member
710 if (unlikely(prog->cb_access)) { in __bpf_prog_run_save_cb()
717 if (unlikely(prog->cb_access)) in __bpf_prog_run_save_cb()
740 if (unlikely(prog->cb_access)) in bpf_prog_run_clear_cb()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c8424 prog->cb_access = 1; in bpf_convert_ctx_access()
9529 prog->cb_access = 1; in sk_skb_convert_ctx_access()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c11507 prog->cb_access = 1; in fixup_bpf_calls()