Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfilter.h485 cb_access:1, /* Is control block accessed? */ member
595 if (unlikely(prog->cb_access)) { in bpf_prog_run_save_cb()
602 if (unlikely(prog->cb_access)) in bpf_prog_run_save_cb()
613 if (unlikely(prog->cb_access)) in bpf_prog_run_clear_cb()
/Linux-v4.19/kernel/bpf/
Dverifier.c5752 prog->cb_access = 1; in fixup_bpf_calls()
/Linux-v4.19/net/core/
Dfilter.c5849 prog->cb_access = 1; in bpf_convert_ctx_access()