Searched refs:BPF_SIZEOF (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/xdp/ |
H A D | xskmap.c | 131 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(struct xsk_sock *), ret, ret, 0); in xsk_map_gen_lookup()
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 455 #define BPF_SIZEOF(type) \ macro
|
/openbmc/linux/net/core/ |
H A D | filter.c | 9649 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, in bpf_convert_ctx_access() 9658 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, in bpf_convert_ctx_access() 11541 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, si->src_reg, in sk_lookup_convert_ctx_access() 11576 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, si->src_reg, in sk_lookup_convert_ctx_access() 11592 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, si->src_reg, in sk_lookup_convert_ctx_access()
|
/openbmc/linux/kernel/bpf/ |
H A D | cgroup.c | 2279 BPF_CLASS(si->code) | BPF_MEM | BPF_SIZEOF(u32), in sysctl_convert_ctx_access()
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 2143 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(long), si->dst_reg, si->dst_reg, in pe_prog_convert_ctx_access()
|