Home
last modified time | relevance | path

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

/linux-6.14.4/net/core/
Dskbuff.c230 void *skb_cache[NAPI_SKB_CACHE_SIZE]; member
284 nc->skb_cache); in napi_skb_cache_get()
291 skb = nc->skb_cache[--nc->skb_count]; in napi_skb_cache_get()
1374 nc->skb_cache[nc->skb_count++] = skb; in napi_skb_cache_put()
1378 kasan_mempool_unpoison_object(nc->skb_cache[i], in napi_skb_cache_put()
1382 nc->skb_cache + NAPI_SKB_CACHE_HALF); in napi_skb_cache_put()