Searched refs:xdp_n (Results 1 – 1 of 1) sorted by relevance
243 u32 xdp_n; member259 ret->xdp_n = cpu_map_bpf_prog_run_xdp(rcpu, frames, ret->xdp_n, stats); in cpu_map_bpf_prog_run()271 if (unlikely(ret->skb_n) && ret->xdp_n) in cpu_map_bpf_prog_run()347 frames[ret.xdp_n++] = f; in cpu_map_kthread_run()361 if (!ret.xdp_n) in cpu_map_kthread_run()365 if (unlikely(m < ret.xdp_n)) { in cpu_map_kthread_run()366 for (i = m; i < ret.xdp_n; i++) in cpu_map_kthread_run()370 memmove(&skbs[m], &skbs[ret.xdp_n], in cpu_map_kthread_run()373 kmem_alloc_drops += ret.xdp_n - m; in cpu_map_kthread_run()374 ret.xdp_n = m; in cpu_map_kthread_run()[all …]