Searched refs:other_branch (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/kernel/bpf/ |
D | verifier.c | 10017 struct bpf_verifier_state *other_branch) in try_match_pkt_pointers() argument 10035 mark_pkt_end(other_branch, insn->dst_reg, true); in try_match_pkt_pointers() 10041 find_good_pkt_pointers(other_branch, src_reg, in try_match_pkt_pointers() 10054 find_good_pkt_pointers(other_branch, dst_reg, in try_match_pkt_pointers() 10064 mark_pkt_end(other_branch, insn->src_reg, true); in try_match_pkt_pointers() 10077 mark_pkt_end(other_branch, insn->dst_reg, false); in try_match_pkt_pointers() 10083 find_good_pkt_pointers(other_branch, src_reg, in try_match_pkt_pointers() 10096 find_good_pkt_pointers(other_branch, dst_reg, in try_match_pkt_pointers() 10106 mark_pkt_end(other_branch, insn->src_reg, false); in try_match_pkt_pointers() 10134 struct bpf_verifier_state *other_branch; in check_cond_jmp_op() local [all …]
|