Home
last modified time | relevance | path

Searched refs:cpu_map_enqueue (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/kernel/bpf/
Dcpumap.c749 int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_buff *xdp, in cpu_map_enqueue() function
/Linux-v5.15/include/linux/
Dbpf.h1611 int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_buff *xdp,
1804 static inline int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, in cpu_map_enqueue() function
/Linux-v5.15/net/core/
Dfilter.c3988 err = cpu_map_enqueue(fwd, xdp, dev); in xdp_do_redirect()