Searched refs:this_branch (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | verifier.c | 3726 struct bpf_verifier_state *this_branch, in try_match_pkt_pointers() argument 3739 find_good_pkt_pointers(this_branch, dst_reg, in try_match_pkt_pointers() 3765 find_good_pkt_pointers(this_branch, src_reg, in try_match_pkt_pointers() 3777 find_good_pkt_pointers(this_branch, dst_reg, in try_match_pkt_pointers() 3803 find_good_pkt_pointers(this_branch, src_reg, in try_match_pkt_pointers() 3819 struct bpf_verifier_state *this_branch = env->cur_state; in check_cond_jmp_op() local 3821 struct bpf_reg_state *regs = this_branch->frame[this_branch->curframe]->regs; in check_cond_jmp_op() 3924 mark_map_regs(this_branch, insn->dst_reg, opcode == BPF_JNE); in check_cond_jmp_op() 3927 this_branch, other_branch) && in check_cond_jmp_op() 3934 print_verifier_state(env, this_branch->frame[this_branch->curframe]); in check_cond_jmp_op()
|