Searched refs:this_branch (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | verifier.c | 16175 struct bpf_verifier_state *this_branch, in try_match_pkt_pointers() argument 16192 find_good_pkt_pointers(this_branch, dst_reg, in try_match_pkt_pointers() 16221 find_good_pkt_pointers(this_branch, src_reg, in try_match_pkt_pointers() 16234 find_good_pkt_pointers(this_branch, dst_reg, in try_match_pkt_pointers() 16244 mark_pkt_end(this_branch, insn->src_reg, true); in try_match_pkt_pointers() 16263 find_good_pkt_pointers(this_branch, src_reg, in try_match_pkt_pointers() 16375 struct bpf_reg_state *regs = this_branch->frame[this_branch->curframe]->regs; in check_cond_jmp_op() 16474 print_insn_state(env, this_branch, this_branch->curframe); in check_cond_jmp_op() 16488 print_insn_state(env, this_branch, this_branch->curframe); in check_cond_jmp_op() 16598 this_branch, other_branch) && in check_cond_jmp_op() [all …]
|