Searched refs:other_branch (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | verifier.c | 7819 struct bpf_verifier_state *other_branch) in try_match_pkt_pointers() argument 7837 mark_pkt_end(other_branch, insn->dst_reg, true); in try_match_pkt_pointers() 7843 find_good_pkt_pointers(other_branch, src_reg, in try_match_pkt_pointers() 7856 find_good_pkt_pointers(other_branch, dst_reg, in try_match_pkt_pointers() 7866 mark_pkt_end(other_branch, insn->src_reg, true); in try_match_pkt_pointers() 7879 mark_pkt_end(other_branch, insn->dst_reg, false); in try_match_pkt_pointers() 7885 find_good_pkt_pointers(other_branch, src_reg, in try_match_pkt_pointers() 7898 find_good_pkt_pointers(other_branch, dst_reg, in try_match_pkt_pointers() 7908 mark_pkt_end(other_branch, insn->src_reg, false); in try_match_pkt_pointers() 7936 struct bpf_verifier_state *other_branch; in check_cond_jmp_op() local [all …]
|