Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dcpumap.c47 struct bpf_cpu_map_entry;
53 struct bpf_cpu_map_entry *obj;
58 struct bpf_cpu_map_entry { struct
79 struct bpf_cpu_map_entry __rcu **cpu_map; argument
106 sizeof(struct bpf_cpu_map_entry *), in cpu_map_alloc()
136 static void cpu_map_bpf_prog_run_skb(struct bpf_cpu_map_entry *rcpu, in cpu_map_bpf_prog_run_skb()
176 static int cpu_map_bpf_prog_run_xdp(struct bpf_cpu_map_entry *rcpu, in cpu_map_bpf_prog_run_xdp()
237 static int cpu_map_bpf_prog_run(struct bpf_cpu_map_entry *rcpu, void **frames, in cpu_map_bpf_prog_run()
266 struct bpf_cpu_map_entry *rcpu = data; in cpu_map_kthread_run()
372 static int __cpu_map_load_bpf_program(struct bpf_cpu_map_entry *rcpu, in __cpu_map_load_bpf_program()
[all …]
/linux-6.12.1/include/linux/
Dbpf.h2535 struct bpf_cpu_map_entry;
2551 int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf,
2553 int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu,
2785 struct bpf_cpu_map_entry;
2829 static inline int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, in cpu_map_enqueue()
2836 static inline int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu, in cpu_map_generic_redirect()