Home
last modified time | relevance | path

Searched refs:napi_skb_cache_get_bulk (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/kernel/bpf/
H A Dcpumap.c364 m = napi_skb_cache_get_bulk(skbs, ret.xdp_n); in cpu_map_kthread_run()
/linux-6.15/drivers/net/
H A Dveth.c688 if (unlikely(!napi_skb_cache_get_bulk(skbs, n_xdpf))) { in veth_xdp_rcv_bulk_skb()
/linux-6.15/net/core/
H A Dskbuff.c314 u32 napi_skb_cache_get_bulk(void **skbs, u32 n) in napi_skb_cache_get_bulk() function
358 EXPORT_SYMBOL_GPL(napi_skb_cache_get_bulk);
/linux-6.15/include/linux/
H A Dskbuff.h1326 u32 napi_skb_cache_get_bulk(void **skbs, u32 n);