Searched refs:BPF_SIZEOF (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/net/xdp/ |
| D | xskmap.c | 131 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(struct xsk_sock *), ret, ret, 0); in xsk_map_gen_lookup()
|
| /Linux-v6.6/include/linux/ |
| D | filter.h | 455 #define BPF_SIZEOF(type) \ macro
|
| /Linux-v6.6/net/core/ |
| D | filter.c | 9529 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, in bpf_convert_ctx_access() 9538 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, in bpf_convert_ctx_access() 11415 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, si->src_reg, in sk_lookup_convert_ctx_access() 11450 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, si->src_reg, in sk_lookup_convert_ctx_access() 11466 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, si->src_reg, in sk_lookup_convert_ctx_access()
|
| /Linux-v6.6/kernel/bpf/ |
| D | cgroup.c | 2246 BPF_CLASS(si->code) | BPF_MEM | BPF_SIZEOF(u32), in sysctl_convert_ctx_access()
|
| /Linux-v6.6/kernel/trace/ |
| D | bpf_trace.c | 2137 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(long), si->dst_reg, si->dst_reg, in pe_prog_convert_ctx_access()
|