Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dverifier.c5696 struct bpf_verifier_state *other_branch) in try_match_pkt_pointers() argument
5719 find_good_pkt_pointers(other_branch, src_reg, in try_match_pkt_pointers()
5731 find_good_pkt_pointers(other_branch, dst_reg, in try_match_pkt_pointers()
5757 find_good_pkt_pointers(other_branch, src_reg, in try_match_pkt_pointers()
5769 find_good_pkt_pointers(other_branch, dst_reg, in try_match_pkt_pointers()
5793 struct bpf_verifier_state *other_branch; in check_cond_jmp_op() local
5864 other_branch = push_stack(env, *insn_idx + insn->off + 1, *insn_idx, in check_cond_jmp_op()
5866 if (!other_branch) in check_cond_jmp_op()
5868 other_branch_regs = other_branch->frame[other_branch->curframe]->regs; in check_cond_jmp_op()
5930 mark_ptr_or_null_regs(other_branch, insn->dst_reg, in check_cond_jmp_op()
[all …]