Searched refs:other_branch (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 7724 struct bpf_verifier_state *other_branch)
in try_match_pkt_pointers() 7744 find_good_pkt_pointers(other_branch, src_reg, src_reg->type, true);
in try_match_pkt_pointers() 7753 find_good_pkt_pointers(other_branch, dst_reg, dst_reg->type, true);
in try_match_pkt_pointers() 7770 find_good_pkt_pointers(other_branch, src_reg, src_reg->type, false);
in try_match_pkt_pointers() 7779 find_good_pkt_pointers(other_branch, dst_reg, dst_reg->type, false);
in try_match_pkt_pointers() 7825 struct bpf_verifier_state *other_branch;
in check_cond_jmp_op() local 7916 other_branch = push_stack(env, *insn_idx + insn->off + 1, *insn_idx, false);
in check_cond_jmp_op() 7917 if (!other_branch) {
in check_cond_jmp_op() 7920 other_branch_regs = other_branch->frame[other_branch 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