Home
last modified time | relevance | path

Searched refs:mark_pkt_end (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/kernel/bpf/
Dverifier.c8778 static void mark_pkt_end(struct bpf_verifier_state *vstate, int regn, bool range_open) in mark_pkt_end() function
13937 mark_pkt_end(other_branch, insn->dst_reg, true); in try_match_pkt_pointers()
13945 mark_pkt_end(this_branch, insn->src_reg, false); in try_match_pkt_pointers()
13958 mark_pkt_end(this_branch, insn->dst_reg, false); in try_match_pkt_pointers()
13966 mark_pkt_end(other_branch, insn->src_reg, true); in try_match_pkt_pointers()
13979 mark_pkt_end(other_branch, insn->dst_reg, false); in try_match_pkt_pointers()
13987 mark_pkt_end(this_branch, insn->src_reg, true); in try_match_pkt_pointers()
14000 mark_pkt_end(this_branch, insn->dst_reg, true); in try_match_pkt_pointers()
14008 mark_pkt_end(other_branch, insn->src_reg, false); in try_match_pkt_pointers()