Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtrampoline.c1152 if (unlikely(!bpf_prog_get_recursion_context(prog))) { in __bpf_prog_enter_recur()
1232 if (unlikely(!bpf_prog_get_recursion_context(prog))) { in __bpf_prog_enter_sleepable_recur()
/linux/include/linux/
H A Dbpf.h2039 static inline bool bpf_prog_get_recursion_context(struct bpf_prog *prog) in bpf_prog_get_recursion_context() function
/linux/kernel/trace/
H A Dbpf_trace.c2080 if (unlikely(!bpf_prog_get_recursion_context(prog))) { in __bpf_trace_run()