Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtrampoline.c909 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()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1281 prog->aux->recursion_detected = test_1_recursion_detected; in st_ops3_check_member()
/linux/include/linux/
H A Dbpf.h1625 void (*recursion_detected)(struct bpf_prog *prog); /* callback if recursion is detected */ member