Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dcpumap.c42 struct bpf_cpu_map_entry;
48 struct bpf_cpu_map_entry *obj;
53 struct bpf_cpu_map_entry { struct
78 struct bpf_cpu_map_entry __rcu **cpu_map; argument
113 sizeof(struct bpf_cpu_map_entry *), in cpu_map_alloc()
124 static void get_cpu_map_entry(struct bpf_cpu_map_entry *rcpu) in get_cpu_map_entry()
132 struct bpf_cpu_map_entry *rcpu; in cpu_map_kthread_stop()
134 rcpu = container_of(work, struct bpf_cpu_map_entry, kthread_stop_wq); in cpu_map_kthread_stop()
159 static void put_cpu_map_entry(struct bpf_cpu_map_entry *rcpu) in put_cpu_map_entry()
172 static void cpu_map_bpf_prog_run_skb(struct bpf_cpu_map_entry *rcpu, in cpu_map_bpf_prog_run_skb()
[all …]
/Linux-v5.15/include/linux/
Dbpf.h1595 struct bpf_cpu_map_entry;
1611 int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_buff *xdp,
1613 int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu,
1760 struct bpf_cpu_map_entry;
1804 static inline int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, in cpu_map_enqueue()
1811 static inline int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu, in cpu_map_generic_redirect()