Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c18225 int fallthrough_idx = prev_insn_idx + 1; in do_check() local
18232 opcode <= BPF_JCOND && branch_idx != fallthrough_idx) { in do_check()
18235 else if (env->insn_idx == fallthrough_idx) in do_check()