Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dfilter.h530 cb_access:1, /* Is control block accessed? */ member
695 if (unlikely(prog->cb_access)) { in __bpf_prog_run_save_cb()
702 if (unlikely(prog->cb_access)) in __bpf_prog_run_save_cb()
725 if (unlikely(prog->cb_access)) in bpf_prog_run_clear_cb()
/Linux-v5.10/net/core/
Dfilter.c8398 prog->cb_access = 1; in bpf_convert_ctx_access()
/Linux-v5.10/kernel/bpf/
Dverifier.c10986 prog->cb_access = 1; in fixup_bpf_calls()