Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dcore.c299 u32 tail_call_cnt = 0; in __bpf_prog_run() local
454 if (unlikely(tail_call_cnt > MAX_TAIL_CALL_CNT)) in __bpf_prog_run()
457 tail_call_cnt++; in __bpf_prog_run()