Home
last modified time | relevance | path

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

/linux/include/net/
H A Dhotdata.h26 struct kmem_cache *skbuff_cache; member
/linux/net/core/
H A Dskbuff.c283 nc->skb_count = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_get()
295 kasan_mempool_unpoison_object(skb, kmem_cache_size(net_hotdata.skbuff_cache)); in napi_skb_cache_get()
328 nc->skb_count += kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_get_bulk()
335 n -= kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_get_bulk()
347 u32 cache_size = kmem_cache_size(net_hotdata.skbuff_cache); in napi_skb_cache_get_bulk()
414 skb = kmem_cache_alloc(net_hotdata.skbuff_cache, in slab_build_skb()
466 skb = kmem_cache_alloc(net_hotdata.skbuff_cache, in __build_skb()
649 ? net_hotdata.skbuff_fclone_cache : net_hotdata.skbuff_cache; in __alloc_skb()
1109 kmem_cache_free(net_hotdata.skbuff_cache, skb); in kfree_skbmem()
1228 kmem_cache_free_bulk(net_hotdata.skbuff_cache, KFREE_SKB_BULK_SIZE, in kfree_skb_add_bulk()
[all …]
H A Dxdp.c855 skb = kmem_cache_alloc(net_hotdata.skbuff_cache, GFP_ATOMIC); in xdp_build_skb_from_frame()
/linux/net/bpf/
H A Dtest_run.c260 n = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, gfp, nframes, in xdp_recv_frames()