Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h313 u32 callback_depth; member
/openbmc/linux/kernel/bpf/
H A Dverifier.c9316 callback_state->frame[callback_state->curframe - 1]->callback_depth++; in push_callback_call()
9317 caller->callback_depth = 0; in push_callback_call()
10113 if (cur_func(env)->callback_depth < regs[BPF_REG_1].umax_value) { in check_helper_call()
10117 cur_func(env)->callback_depth = 0; in check_helper_call()
16268 if (old->callback_depth > cur->callback_depth) in func_states_equal()