Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h331 u32 callback_depth; member
/linux/kernel/bpf/
H A Dverifier.c9757 callback_state->frame[callback_state->curframe - 1]->callback_depth++; in push_callback_call()
9758 caller->callback_depth = 0; in push_callback_call()
10624 if (cur_func(env)->callback_depth < regs[BPF_REG_1].umax_value) { in check_helper_call()
10628 cur_func(env)->callback_depth = 0; in check_helper_call()
17554 if (old->callback_depth > cur->callback_depth) in func_states_equal()