Searched refs:can_jump (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | liveness.c | 221 bool can_jump; in bpf_insn_successors() member 224 [0 ... 255] = {.can_jump = false, .can_fallthrough = true}, in bpf_insn_successors() 229 _J(BPF_EXIT, {.can_jump = false, .can_fallthrough = false}), in bpf_insn_successors() 230 _J(BPF_JA, {.can_jump = true, .can_fallthrough = false}), in bpf_insn_successors() 231 _J(BPF_JEQ, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 232 _J(BPF_JNE, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 233 _J(BPF_JLT, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 234 _J(BPF_JLE, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 235 _J(BPF_JGT, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 236 _J(BPF_JGE, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() [all …]
|