Searched refs:this_branch (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/kernel/bpf/ |
| D | verifier.c | 7317 struct bpf_verifier_state *this_branch, in try_match_pkt_pointers() argument 7334 find_good_pkt_pointers(this_branch, dst_reg, in try_match_pkt_pointers() 7360 find_good_pkt_pointers(this_branch, src_reg, in try_match_pkt_pointers() 7372 find_good_pkt_pointers(this_branch, dst_reg, in try_match_pkt_pointers() 7398 find_good_pkt_pointers(this_branch, src_reg, in try_match_pkt_pointers() 7438 struct bpf_verifier_state *this_branch = env->cur_state; in check_cond_jmp_op() local 7440 struct bpf_reg_state *regs = this_branch->frame[this_branch->curframe]->regs; in check_cond_jmp_op() 7565 find_equal_scalars(this_branch, src_reg); in check_cond_jmp_op() 7578 find_equal_scalars(this_branch, dst_reg); in check_cond_jmp_op() 7592 mark_ptr_or_null_regs(this_branch, insn->dst_reg, in check_cond_jmp_op() [all …]
|