Searched refs:recursion_detected (Results 1 – 3 of 3) sorted by relevance
909 if (prog->aux->recursion_detected) in __bpf_prog_enter_recur()910 prog->aux->recursion_detected(prog); in __bpf_prog_enter_recur()992 if (prog->aux->recursion_detected) in __bpf_prog_enter_sleepable_recur()993 prog->aux->recursion_detected(prog); in __bpf_prog_enter_sleepable_recur()
1281 prog->aux->recursion_detected = test_1_recursion_detected; in st_ops3_check_member()
1625 void (*recursion_detected)(struct bpf_prog *prog); /* callback if recursion is detected */ member