Searched refs:bpf_cpu_map_entry (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | cpumap.c | 48 struct bpf_cpu_map_entry; 54 struct bpf_cpu_map_entry *obj; 60 struct bpf_cpu_map_entry { struct 82 struct bpf_cpu_map_entry __rcu **cpu_map; argument 109 sizeof(struct bpf_cpu_map_entry *), in cpu_map_alloc() 139 static u32 cpu_map_bpf_prog_run_skb(struct bpf_cpu_map_entry *rcpu, in cpu_map_bpf_prog_run_skb() 183 static int cpu_map_bpf_prog_run_xdp(struct bpf_cpu_map_entry *rcpu, in cpu_map_bpf_prog_run_xdp() 250 static void cpu_map_bpf_prog_run(struct bpf_cpu_map_entry *rcpu, void **frames, in cpu_map_bpf_prog_run() 280 static void cpu_map_gro_flush(struct bpf_cpu_map_entry *rcpu, bool empty) in cpu_map_gro_flush() 295 struct bpf_cpu_map_entry *rcpu = data; in cpu_map_kthread_run() [all …]
|
| /linux/include/linux/ |
| H A D | bpf.h | 3066 struct bpf_cpu_map_entry; in unprivileged_ebpf_enabled() 3082 int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf, 3084 int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu, 3386 struct bpf_cpu_map_entry; 3430 static inline int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, 3437 static inline int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu,
|