Home
last modified time | relevance | path

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

/linux-6.15/net/xdp/
H A Dxskmap.c131 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(struct xsk_sock *), ret, ret, 0); in xsk_map_gen_lookup()
/linux-6.15/include/linux/
H A Dfilter.h554 #define BPF_SIZEOF(type) \ macro
/linux-6.15/net/core/
H A Dfilter.c9788 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, in bpf_convert_ctx_access()
9797 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, in bpf_convert_ctx_access()
11675 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, si->src_reg, in sk_lookup_convert_ctx_access()
11710 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, si->src_reg, in sk_lookup_convert_ctx_access()
11726 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, si->src_reg, in sk_lookup_convert_ctx_access()
/linux-6.15/kernel/bpf/
H A Dcgroup.c2294 BPF_CLASS(si->code) | BPF_MEM | BPF_SIZEOF(u32), in sysctl_convert_ctx_access()
/linux-6.15/kernel/trace/
H A Dbpf_trace.c2173 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(long), si->dst_reg, si->dst_reg, in pe_prog_convert_ctx_access()