Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfilter.h329 cb_access:1, /* Is control block accessed? */ member
363 if (unlikely(prog->cb_access)) { in bpf_prog_run_save_cb()
370 if (unlikely(prog->cb_access)) in bpf_prog_run_save_cb()
381 if (unlikely(prog->cb_access)) in bpf_prog_run_clear_cb()
/linux-4.4.14/net/core/
Dfilter.c1843 prog->cb_access = 1; in bpf_net_convert_ctx_access()