Searched refs:this_branch (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/kernel/bpf/ |
| D | verifier.c | 5695 struct bpf_verifier_state *this_branch, in try_match_pkt_pointers() argument 5712 find_good_pkt_pointers(this_branch, dst_reg, in try_match_pkt_pointers() 5738 find_good_pkt_pointers(this_branch, src_reg, in try_match_pkt_pointers() 5750 find_good_pkt_pointers(this_branch, dst_reg, in try_match_pkt_pointers() 5776 find_good_pkt_pointers(this_branch, src_reg, in try_match_pkt_pointers() 5792 struct bpf_verifier_state *this_branch = env->cur_state; in check_cond_jmp_op() local 5794 struct bpf_reg_state *regs = this_branch->frame[this_branch->curframe]->regs; in check_cond_jmp_op() 5928 mark_ptr_or_null_regs(this_branch, insn->dst_reg, in check_cond_jmp_op() 5933 this_branch, other_branch) && in check_cond_jmp_op() 5940 print_verifier_state(env, this_branch->frame[this_branch->curframe]); in check_cond_jmp_op()
|