Searched refs:BPF_SIZEOF (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/linux/ |
D | filter.h | 411 #define BPF_SIZEOF(type) \ macro
|
/Linux-v5.4/kernel/trace/ |
D | bpf_trace.c | 1175 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(long), si->dst_reg, si->dst_reg, in pe_prog_convert_ctx_access()
|
/Linux-v5.4/kernel/bpf/ |
D | cgroup.c | 1369 BPF_SIZEOF(u32), treg, si->src_reg, in sysctl_convert_ctx_access()
|
/Linux-v5.4/net/core/ |
D | filter.c | 7379 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, in bpf_convert_ctx_access() 7388 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, in bpf_convert_ctx_access() 8320 *insn++ = BPF_LDX_MEM(BPF_SIZEOF(void *), si->dst_reg, in sk_skb_convert_ctx_access()
|