Searched refs:recursion_detected (Results 1 – 3 of 3) sorted by relevance
908 if (prog->aux->recursion_detected) in __bpf_prog_enter_recur() 909 prog->aux->recursion_detected(prog); in __bpf_prog_enter_recur() 988 if (prog->aux->recursion_detected) in __bpf_prog_enter_sleepable_recur() 989 prog->aux->recursion_detected(prog); in __bpf_prog_enter_sleepable_recur()
1334 prog->aux->recursion_detected = test_1_recursion_detected; in st_ops_gen_prologue_with_kfunc()
1646 void (*recursion_detected)(struct bpf_prog *prog); /* callback if recursion is detected */ member