Searched refs:this_branch (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 7723 struct bpf_reg_state *src_reg, struct bpf_verifier_state *this_branch,
in try_match_pkt_pointers() 7740 find_good_pkt_pointers(this_branch, dst_reg, dst_reg->type, false);
in try_match_pkt_pointers() 7757 find_good_pkt_pointers(this_branch, src_reg, src_reg->type, false);
in try_match_pkt_pointers() 7766 find_good_pkt_pointers(this_branch, dst_reg, dst_reg->type, true);
in try_match_pkt_pointers() 7783 find_good_pkt_pointers(this_branch, src_reg, src_reg->type, true);
in try_match_pkt_pointers() 7824 struct bpf_verifier_state *this_branch = env->cur_state;
in check_cond_jmp_op() local 7826 struct bpf_reg_state *regs = this_branch->frame[this_branch->curframe]->regs;
in check_cond_jmp_op() 7945 find_equal_scalars(this_branch, src_reg_in);
in check_cond_jmp_op() 7955 find_equal_scalars(this_branch, dst_re in check_cond_jmp_op() 7722 try_match_pkt_pointers(const struct bpf_insn *insn, struct bpf_reg_state *dst_reg, struct bpf_reg_state *src_reg, struct bpf_verifier_state *this_branch, struct bpf_verifier_state *other_branch) try_match_pkt_pointers() argument [all...] |
Completed in 13 milliseconds