Home
last modified time | relevance | path

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

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