Home
last modified time | relevance | path

Searched refs:bpf_cpu_map_entry (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dcpumap.c48 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()
247 static void cpu_map_bpf_prog_run(struct bpf_cpu_map_entry *rcpu, void **frames, in cpu_map_bpf_prog_run()
277 static void cpu_map_gro_flush(struct bpf_cpu_map_entry *rcpu, bool empty) in cpu_map_gro_flush()
292 struct bpf_cpu_map_entry *rcpu = data; in cpu_map_kthread_run()
[all …]
/linux/include/linux/
H A Dbpf.h2928 struct bpf_cpu_map_entry;
2944 int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf,
2946 int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu,
3192 struct bpf_cpu_map_entry;
3236 static inline int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, in cpu_map_enqueue()
3243 static inline int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu, in cpu_map_generic_redirect()