Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c9461 static struct bpf_insn *bpf_convert_shinfo_access(__u8 dst_reg, __u8 skb_reg, in bpf_convert_shinfo_access() function
9874 insn = bpf_convert_shinfo_access(si->dst_reg, si->src_reg, insn); in bpf_convert_ctx_access()
9882 insn = bpf_convert_shinfo_access(si->dst_reg, si->src_reg, insn); in bpf_convert_ctx_access()
9909 insn = bpf_convert_shinfo_access(si->dst_reg, si->src_reg, insn); in bpf_convert_ctx_access()
10765 insn = bpf_convert_shinfo_access(si->dst_reg, si->dst_reg, insn); in sock_ops_convert_ctx_access()