Searched refs:BPF_SIZEOF (Results 1 – 5 of 5) sorted by relevance
| /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()
|
| /linux/include/linux/ |
| H A D | filter.h | 557 #define BPF_SIZEOF(type) \ macro
|
| /linux/net/core/ |
| H A D | filter.c | 9920 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, in bpf_convert_ctx_access() 9929 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, in bpf_convert_ctx_access() 11807 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, si->src_reg, in sk_lookup_convert_ctx_access() 11842 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, si->src_reg, in sk_lookup_convert_ctx_access() 11858 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, si->src_reg, in sk_lookup_convert_ctx_access()
|
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 2452 BPF_CLASS(si->code) | BPF_MEM | BPF_SIZEOF(u32), in sysctl_convert_ctx_access()
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 1899 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(long), si->dst_reg, si->dst_reg, in pe_prog_convert_ctx_access()
|