Home
last modified time | relevance | path

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

/net/core/
Dskbuff.c362 struct netdev_alloc_cache { struct
369 static DEFINE_PER_CPU(struct netdev_alloc_cache, netdev_alloc_cache); argument
373 struct netdev_alloc_cache *nc; in __netdev_alloc_frag()
379 nc = &__get_cpu_var(netdev_alloc_cache); in __netdev_alloc_frag()