Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dverifier.c9443 static void mark_pkt_end(struct bpf_verifier_state *vstate, int regn, bool range_open) in mark_pkt_end() function
15174 mark_pkt_end(other_branch, insn->dst_reg, true); in try_match_pkt_pointers()
15182 mark_pkt_end(this_branch, insn->src_reg, false); in try_match_pkt_pointers()
15195 mark_pkt_end(this_branch, insn->dst_reg, false); in try_match_pkt_pointers()
15203 mark_pkt_end(other_branch, insn->src_reg, true); in try_match_pkt_pointers()
15216 mark_pkt_end(other_branch, insn->dst_reg, false); in try_match_pkt_pointers()
15224 mark_pkt_end(this_branch, insn->src_reg, true); in try_match_pkt_pointers()
15237 mark_pkt_end(this_branch, insn->dst_reg, true); in try_match_pkt_pointers()
15245 mark_pkt_end(other_branch, insn->src_reg, false); in try_match_pkt_pointers()