Home
last modified time | relevance | path

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

/linux/net/core/
H A Dskbuff.c232 void *skb_cache[NAPI_SKB_CACHE_SIZE]; member
286 nc->skb_cache); in napi_skb_cache_get()
293 skb = nc->skb_cache[--nc->skb_count]; in napi_skb_cache_get()
330 &nc->skb_cache[nc->skb_count]); in napi_skb_cache_get_bulk()
349 skbs[i] = nc->skb_cache[base + i]; in napi_skb_cache_get_bulk()
1425 nc->skb_cache[nc->skb_count++] = skb; in napi_skb_cache_put()
1429 kasan_mempool_unpoison_object(nc->skb_cache[i], in napi_skb_cache_put()
1433 nc->skb_cache + NAPI_SKB_CACHE_HALF); in napi_skb_cache_put()