Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dcpumap.c43 struct bpf_cpu_map_entry;
49 struct bpf_cpu_map_entry *obj;
54 struct bpf_cpu_map_entry { struct
79 struct bpf_cpu_map_entry __rcu **cpu_map; argument
114 sizeof(struct bpf_cpu_map_entry *), in cpu_map_alloc()
125 static void get_cpu_map_entry(struct bpf_cpu_map_entry *rcpu) in get_cpu_map_entry()
133 struct bpf_cpu_map_entry *rcpu; in cpu_map_kthread_stop()
135 rcpu = container_of(work, struct bpf_cpu_map_entry, kthread_stop_wq); in cpu_map_kthread_stop()
160 static void put_cpu_map_entry(struct bpf_cpu_map_entry *rcpu) in put_cpu_map_entry()
173 static void cpu_map_bpf_prog_run_skb(struct bpf_cpu_map_entry *rcpu, in cpu_map_bpf_prog_run_skb()
[all …]
/Linux-v6.1/include/linux/
Dbpf.h1964 struct bpf_cpu_map_entry;
1980 int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf,
1982 int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu,
2181 struct bpf_cpu_map_entry;
2225 static inline int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, in cpu_map_enqueue()
2232 static inline int cpu_map_generic_redirect(struct bpf_cpu_map_entry *rcpu, in cpu_map_generic_redirect()