Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dfilter.h725 if (unlikely(prog->cb_access)) { in __bpf_prog_run_save_cb()
732 if (unlikely(prog->cb_access)) in __bpf_prog_run_save_cb()
755 if (unlikely(prog->cb_access)) in bpf_prog_run_clear_cb()
Dbpf.h1220 cb_access:1, /* Is control block accessed? */ member
/Linux-v6.1/net/core/
Dfilter.c9315 prog->cb_access = 1; in bpf_convert_ctx_access()
10470 prog->cb_access = 1; in sk_skb_convert_ctx_access()
/Linux-v6.1/kernel/bpf/
Dverifier.c14062 prog->cb_access = 1; in do_misc_fixups()