Searched refs:can_fallthrough (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | liveness.c | 459 bool can_fallthrough; in bpf_insn_successors() member 461 [0 ... 255] = {.can_jump = false, .can_fallthrough = true}, in bpf_insn_successors() 466 _J(BPF_EXIT, {.can_jump = false, .can_fallthrough = false}), in bpf_insn_successors() 467 _J(BPF_JA, {.can_jump = true, .can_fallthrough = false}), in bpf_insn_successors() 468 _J(BPF_JEQ, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 469 _J(BPF_JNE, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 470 _J(BPF_JLT, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 471 _J(BPF_JLE, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 472 _J(BPF_JGT, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 473 _J(BPF_JGE, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() [all …]
|