Searched refs:other_branch (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | verifier.c | 16176 struct bpf_verifier_state *other_branch) in try_match_pkt_pointers() argument 16194 mark_pkt_end(other_branch, insn->dst_reg, true); in try_match_pkt_pointers() 16200 find_good_pkt_pointers(other_branch, src_reg, in try_match_pkt_pointers() 16213 find_good_pkt_pointers(other_branch, dst_reg, in try_match_pkt_pointers() 16223 mark_pkt_end(other_branch, insn->src_reg, true); in try_match_pkt_pointers() 16242 find_good_pkt_pointers(other_branch, src_reg, in try_match_pkt_pointers() 16255 find_good_pkt_pointers(other_branch, dst_reg, in try_match_pkt_pointers() 16374 struct bpf_verifier_state *other_branch; in check_cond_jmp_op() local 16509 if (!other_branch) in check_cond_jmp_op() 16511 other_branch_regs = other_branch->frame[other_branch->curframe]->regs; in check_cond_jmp_op() [all …]
|