include/linux/bpf.h
3066
struct bpf_cpu_map_entry;
include/linux/bpf.h
3082
int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf,
include/linux/bpf.h
3084
int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu,
include/linux/bpf.h
3386
struct bpf_cpu_map_entry;
include/linux/bpf.h
3430
static inline int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu,
include/linux/bpf.h
3437
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
250
static void cpu_map_bpf_prog_run(struct bpf_cpu_map_entry *rcpu, void **frames,
kernel/bpf/cpumap.c
280
static void cpu_map_gro_flush(struct bpf_cpu_map_entry *rcpu, bool empty)
kernel/bpf/cpumap.c
295
struct bpf_cpu_map_entry *rcpu = data;
kernel/bpf/cpumap.c
413
static int __cpu_map_load_bpf_program(struct bpf_cpu_map_entry *rcpu,
kernel/bpf/cpumap.c
434
static struct bpf_cpu_map_entry *
kernel/bpf/cpumap.c
440
struct bpf_cpu_map_entry *rcpu;
kernel/bpf/cpumap.c
48
struct bpf_cpu_map_entry;
kernel/bpf/cpumap.c
522
struct bpf_cpu_map_entry *rcpu;
kernel/bpf/cpumap.c
529
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
557
u32 key_cpu, struct bpf_cpu_map_entry *rcpu)
kernel/bpf/cpumap.c
559
struct bpf_cpu_map_entry *old_rcpu;
kernel/bpf/cpumap.c
586
struct bpf_cpu_map_entry *rcpu;
kernel/bpf/cpumap.c
638
struct bpf_cpu_map_entry *rcpu;
kernel/bpf/cpumap.c
658
struct bpf_cpu_map_entry *rcpu;
kernel/bpf/cpumap.c
670
struct bpf_cpu_map_entry *rcpu =
kernel/bpf/cpumap.c
704
usage += (u64)map->max_entries * sizeof(struct bpf_cpu_map_entry *);
kernel/bpf/cpumap.c
725
struct bpf_cpu_map_entry *rcpu = bq->obj;
kernel/bpf/cpumap.c
763
static void bq_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf)
kernel/bpf/cpumap.c
793
int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf,
kernel/bpf/cpumap.c
803
int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu,
kernel/bpf/cpumap.c
82
struct bpf_cpu_map_entry __rcu **cpu_map;