Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfilter.h525 cb_access:1, /* Is control block accessed? */ member
657 if (unlikely(prog->cb_access)) { in __bpf_prog_run_save_cb()
664 if (unlikely(prog->cb_access)) in __bpf_prog_run_save_cb()
687 if (unlikely(prog->cb_access)) in bpf_prog_run_clear_cb()
/Linux-v5.4/net/core/
Dfilter.c7339 prog->cb_access = 1; in bpf_convert_ctx_access()
/Linux-v5.4/kernel/bpf/
Dverifier.c9013 prog->cb_access = 1; in fixup_bpf_calls()