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

/linux-master/kernel/bpf/
H A Dverifier.c14835 struct bpf_verifier_state *this_branch,
14852 find_good_pkt_pointers(this_branch, dst_reg,
14862 mark_pkt_end(this_branch, insn->src_reg, false);
14875 mark_pkt_end(this_branch, insn->dst_reg, false);
14881 find_good_pkt_pointers(this_branch, src_reg,
14894 find_good_pkt_pointers(this_branch, dst_reg,
14904 mark_pkt_end(this_branch, insn->src_reg, true);
14917 mark_pkt_end(this_branch, insn->dst_reg, true);
14923 find_good_pkt_pointers(this_branch, src_reg,
14952 struct bpf_verifier_state *this_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 147 milliseconds