Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dstates.c1357 if (sl->state.may_goto_depth != cur->may_goto_depth && in bpf_is_state_visited()
1374 sl->state.may_goto_depth == cur->may_goto_depth && in bpf_is_state_visited()
H A Dverifier.c1668 dst_state->may_goto_depth = src->may_goto_depth; in bpf_copy_verifier_state()
16812 queued_st->may_goto_depth++; in check_cond_jmp_op()
/linux/include/linux/
H A Dbpf_verifier.h529 u32 may_goto_depth; member