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

/linux-master/kernel/bpf/
H A Dverifier.c14986 struct bpf_verifier_state *this_branch,
15003 find_good_pkt_pointers(this_branch, dst_reg,
15013 mark_pkt_end(this_branch, insn->src_reg, false);
15026 mark_pkt_end(this_branch, insn->dst_reg, false);
15032 find_good_pkt_pointers(this_branch, src_reg,
15045 find_good_pkt_pointers(this_branch, dst_reg,
15055 mark_pkt_end(this_branch, insn->src_reg, true);
15068 mark_pkt_end(this_branch, insn->dst_reg, true);
15074 find_good_pkt_pointers(this_branch, src_reg,
15103 struct bpf_verifier_state *this_branch local
14983 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 207 milliseconds