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

/linux-master/kernel/bpf/
H A Dverifier.c14836 struct bpf_verifier_state *other_branch)
14854 mark_pkt_end(other_branch, insn->dst_reg, true);
14860 find_good_pkt_pointers(other_branch, src_reg,
14873 find_good_pkt_pointers(other_branch, dst_reg,
14883 mark_pkt_end(other_branch, insn->src_reg, true);
14896 mark_pkt_end(other_branch, insn->dst_reg, false);
14902 find_good_pkt_pointers(other_branch, src_reg,
14915 find_good_pkt_pointers(other_branch, dst_reg,
14925 mark_pkt_end(other_branch, insn->src_reg, false);
14953 struct bpf_verifier_state *other_branch; local
14832 try_match_pkt_pointers(const struct bpf_insn *insn, struct bpf_reg_state *dst_reg, struct bpf_reg_state *src_reg, struct bpf_verifier_state *this_branch, struct bpf_verifier_state *other_branch) argument
[all...]

Completed in 120 milliseconds