Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfilter.h568 cb_access:1, /* Is control block accessed? */ member
752 if (unlikely(prog->cb_access)) { in __bpf_prog_run_save_cb()
759 if (unlikely(prog->cb_access)) in __bpf_prog_run_save_cb()
782 if (unlikely(prog->cb_access)) in bpf_prog_run_clear_cb()
/Linux-v5.15/net/core/
Dfilter.c8653 prog->cb_access = 1; in bpf_convert_ctx_access()
/Linux-v5.15/kernel/bpf/
Dverifier.c12792 prog->cb_access = 1; in do_misc_fixups()