Home
last modified time | relevance | path

Searched refs:bpf_prog_get_recursion_context (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dtrampoline.c1295 if (unlikely(!bpf_prog_get_recursion_context(prog))) { in __bpf_prog_enter_recur()
1375 if (unlikely(!bpf_prog_get_recursion_context(prog))) { in __bpf_prog_enter_sleepable_recur()
/linux/include/linux/
H A Dbpf.h2158 static inline bool bpf_prog_get_recursion_context(struct bpf_prog *prog) in bpf_prog_get_recursion_context() function
3249 if (unlikely(!bpf_prog_get_recursion_context(prog))) { in bpf_prog_run_array_sleepable()
/linux/net/bpf/
H A Dtest_run.c762 if (unlikely(!bpf_prog_get_recursion_context(info->prog))) { in __bpf_prog_test_run_raw_tp()
/linux/kernel/trace/
H A Dbpf_trace.c2119 if (unlikely(!bpf_prog_get_recursion_context(prog))) { in __bpf_trace_run()