Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dcore.c1740 u32 tail_call_cnt = 0; in ___bpf_prog_run() local
2030 if (unlikely(tail_call_cnt >= MAX_TAIL_CALL_CNT)) in ___bpf_prog_run()
2033 tail_call_cnt++; in ___bpf_prog_run()