Searched refs:skbuff_cache (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/ |
| H A D | hotdata.h | 32 struct kmem_cache *skbuff_cache; member
|
| /linux/net/core/ |
| H A D | skbuff.c | 291 nc->skb_count = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_get() 338 nc->skb_count += kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_get_bulk() 345 n -= kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_get_bulk() 422 skb = kmem_cache_alloc(net_hotdata.skbuff_cache, in slab_build_skb() 474 skb = kmem_cache_alloc(net_hotdata.skbuff_cache, in __build_skb() 663 cache = net_hotdata.skbuff_cache; in __alloc_skb() 1130 kmem_cache_free(net_hotdata.skbuff_cache, skb); in kfree_skbmem() 1259 kmem_cache_free_bulk(net_hotdata.skbuff_cache, KFREE_SKB_BULK_SIZE, in kfree_skb_add_bulk() 1284 kmem_cache_free_bulk(net_hotdata.skbuff_cache, sa.skb_count, sa.skb_array); in kfree_skb_list_reason() 1465 kmem_cache_free_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_put() [all …]
|
| /linux/net/bpf/ |
| H A D | test_run.c | 249 n = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, gfp, nframes, in xdp_recv_frames()
|