Searched refs:skbuff_cache (Results 1 – 5 of 5) sorted by relevance
| /linux/include/net/ |
| A D | hotdata.h | 27 struct kmem_cache *skbuff_cache; member
|
| /linux/net/core/ |
| A D | xdp.c | 589 n_skb = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, gfp, n_skb, skbs); in xdp_alloc_skb_bulk() 658 skb = kmem_cache_alloc(net_hotdata.skbuff_cache, GFP_ATOMIC); in xdp_build_skb_from_frame()
|
| A D | skbuff.c | 353 nc->skb_count = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_get() 365 kasan_mempool_unpoison_object(skb, kmem_cache_size(net_hotdata.skbuff_cache)); in napi_skb_cache_get() 423 skb = kmem_cache_alloc(net_hotdata.skbuff_cache, in slab_build_skb() 475 skb = kmem_cache_alloc(net_hotdata.skbuff_cache, in __build_skb() 658 ? net_hotdata.skbuff_fclone_cache : net_hotdata.skbuff_cache; in __alloc_skb() 1148 kmem_cache_free(net_hotdata.skbuff_cache, skb); in kfree_skbmem() 1267 kmem_cache_free_bulk(net_hotdata.skbuff_cache, KFREE_SKB_BULK_SIZE, in kfree_skb_add_bulk() 1469 kmem_cache_size(net_hotdata.skbuff_cache)); in napi_skb_cache_put() 1471 kmem_cache_free_bulk(net_hotdata.skbuff_cache, NAPI_SKB_CACHE_HALF, in napi_skb_cache_put() 2084 n = kmem_cache_alloc(net_hotdata.skbuff_cache, gfp_mask); in skb_clone() [all …]
|
| /linux/kernel/bpf/ |
| A D | cpumap.c | 334 m = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in cpu_map_kthread_run()
|
| /linux/net/bpf/ |
| A D | test_run.c | 260 n = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, gfp, nframes, in xdp_recv_frames()
|
Completed in 26 milliseconds