Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c367 #define NAPI_SKB_CACHE_SIZE 64 macro
372 void *skb_cache[NAPI_SKB_CACHE_SIZE];
898 if (unlikely(nc->skb_count == NAPI_SKB_CACHE_SIZE)) { in _kfree_skb_defer()
899 kmem_cache_free_bulk(skbuff_head_cache, NAPI_SKB_CACHE_SIZE, in _kfree_skb_defer()