Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dfilter.c9372 static struct bpf_insn *bpf_convert_shinfo_access(__u8 dst_reg, __u8 skb_reg, in bpf_convert_shinfo_access() function
9784 insn = bpf_convert_shinfo_access(si->dst_reg, si->src_reg, insn); in bpf_convert_ctx_access()
9792 insn = bpf_convert_shinfo_access(si->dst_reg, si->src_reg, insn); in bpf_convert_ctx_access()
9819 insn = bpf_convert_shinfo_access(si->dst_reg, si->src_reg, insn); in bpf_convert_ctx_access()
10679 insn = bpf_convert_shinfo_access(si->dst_reg, si->dst_reg, insn); in sock_ops_convert_ctx_access()