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.h317 u32 callback_depth; member
/linux/kernel/bpf/
H A Dverifier.c10214 callback_state->frame[callback_state->curframe - 1]->callback_depth++; in push_callback_call()
10215 caller->callback_depth = 0; in push_callback_call()
11134 if (cur_func(env)->callback_depth < regs[BPF_REG_1].umax_value) { in check_helper_call()
11138 cur_func(env)->callback_depth = 0; in check_helper_call()
18217 if (old->callback_depth > cur->callback_depth) in func_states_equal()