include/linux/bpf.h
2932
struct bpf_cpu_map_entry;
include/linux/bpf.h
2948
int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf,
include/linux/bpf.h
2950
int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu,
include/linux/bpf.h
3196
struct bpf_cpu_map_entry;
include/linux/bpf.h
3240
static inline int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu,
include/linux/bpf.h
3247
static inline int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu,
kernel/bpf/cpumap.c
109
sizeof(struct bpf_cpu_map_entry *),
kernel/bpf/cpumap.c
139
static u32 cpu_map_bpf_prog_run_skb(struct bpf_cpu_map_entry *rcpu,
kernel/bpf/cpumap.c
183
static int cpu_map_bpf_prog_run_xdp(struct bpf_cpu_map_entry *rcpu,
kernel/bpf/cpumap.c
247
static void cpu_map_bpf_prog_run(struct bpf_cpu_map_entry *rcpu, void **frames,
kernel/bpf/cpumap.c
277
static void cpu_map_gro_flush(struct bpf_cpu_map_entry *rcpu, bool empty)
kernel/bpf/cpumap.c
292
struct bpf_cpu_map_entry *rcpu = data;
kernel/bpf/cpumap.c
410
static int __cpu_map_load_bpf_program(struct bpf_cpu_map_entry *rcpu,
kernel/bpf/cpumap.c
431
static struct bpf_cpu_map_entry *
kernel/bpf/cpumap.c
437
struct bpf_cpu_map_entry *rcpu;
kernel/bpf/cpumap.c
48
struct bpf_cpu_map_entry;
kernel/bpf/cpumap.c
519
struct bpf_cpu_map_entry *rcpu;
kernel/bpf/cpumap.c
526
rcpu = container_of(to_rcu_work(work), struct bpf_cpu_map_entry, free_work);
kernel/bpf/cpumap.c
54
struct bpf_cpu_map_entry *obj;
kernel/bpf/cpumap.c
554
u32 key_cpu, struct bpf_cpu_map_entry *rcpu)
kernel/bpf/cpumap.c
556
struct bpf_cpu_map_entry *old_rcpu;
kernel/bpf/cpumap.c
583
struct bpf_cpu_map_entry *rcpu;
kernel/bpf/cpumap.c
635
struct bpf_cpu_map_entry *rcpu;
kernel/bpf/cpumap.c
655
struct bpf_cpu_map_entry *rcpu;
kernel/bpf/cpumap.c
667
struct bpf_cpu_map_entry *rcpu =
kernel/bpf/cpumap.c
701
usage += (u64)map->max_entries * sizeof(struct bpf_cpu_map_entry *);
kernel/bpf/cpumap.c
722
struct bpf_cpu_map_entry *rcpu = bq->obj;
kernel/bpf/cpumap.c
760
static void bq_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf)
kernel/bpf/cpumap.c
790
int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf,
kernel/bpf/cpumap.c
800
int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu,
kernel/bpf/cpumap.c
82
struct bpf_cpu_map_entry __rcu **cpu_map;