Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c23608 static bool can_fallthrough(struct bpf_insn *insn) in can_fallthrough() function
23656 if (can_fallthrough(insn) && idx + 1 < prog->len) in insn_successors()