Lines Matching refs:other_branch
8814 struct bpf_verifier_state *other_branch) in try_match_pkt_pointers() argument
8832 mark_pkt_end(other_branch, insn->dst_reg, true); in try_match_pkt_pointers()
8838 find_good_pkt_pointers(other_branch, src_reg, in try_match_pkt_pointers()
8851 find_good_pkt_pointers(other_branch, dst_reg, in try_match_pkt_pointers()
8861 mark_pkt_end(other_branch, insn->src_reg, true); in try_match_pkt_pointers()
8874 mark_pkt_end(other_branch, insn->dst_reg, false); in try_match_pkt_pointers()
8880 find_good_pkt_pointers(other_branch, src_reg, in try_match_pkt_pointers()
8893 find_good_pkt_pointers(other_branch, dst_reg, in try_match_pkt_pointers()
8903 mark_pkt_end(other_branch, insn->src_reg, false); in try_match_pkt_pointers()
8943 struct bpf_verifier_state *other_branch; in check_cond_jmp_op() local
9046 other_branch = push_stack(env, *insn_idx + insn->off + 1, *insn_idx, in check_cond_jmp_op()
9048 if (!other_branch) in check_cond_jmp_op()
9050 other_branch_regs = other_branch->frame[other_branch->curframe]->regs; in check_cond_jmp_op()
9089 find_equal_scalars(other_branch, &other_branch_regs[insn->src_reg]); in check_cond_jmp_op()
9102 find_equal_scalars(other_branch, &other_branch_regs[insn->dst_reg]); in check_cond_jmp_op()
9117 mark_ptr_or_null_regs(other_branch, insn->dst_reg, in check_cond_jmp_op()
9120 this_branch, other_branch) && in check_cond_jmp_op()