Searched refs:bpf_prog_get_recursion_context (Results 1 – 3 of 3) sorted by relevance
1150 if (unlikely(!bpf_prog_get_recursion_context(prog))) { in __bpf_prog_enter_recur()1230 if (unlikely(!bpf_prog_get_recursion_context(prog))) { in __bpf_prog_enter_sleepable_recur()
2080 if (unlikely(!bpf_prog_get_recursion_context(prog))) { in __bpf_trace_run()
2043 static inline bool bpf_prog_get_recursion_context(struct bpf_prog *prog) in bpf_prog_get_recursion_context() function