Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dfilter.c9534 static struct bpf_insn *bpf_convert_shinfo_access(__u8 dst_reg, __u8 skb_reg, in bpf_convert_shinfo_access() function
9947 insn = bpf_convert_shinfo_access(si->dst_reg, si->src_reg, insn); in bpf_convert_ctx_access()
9955 insn = bpf_convert_shinfo_access(si->dst_reg, si->src_reg, insn); in bpf_convert_ctx_access()
9982 insn = bpf_convert_shinfo_access(si->dst_reg, si->src_reg, insn); in bpf_convert_ctx_access()
10838 insn = bpf_convert_shinfo_access(si->dst_reg, si->dst_reg, insn); in sock_ops_convert_ctx_access()