Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/vm/
Dpage_frags.rst29 __netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
/Linux-v4.19/net/core/
Dskbuff.c334 static void *__netdev_alloc_frag(unsigned int fragsz, gfp_t gfp_mask) in __netdev_alloc_frag() function
356 return __netdev_alloc_frag(fragsz, GFP_ATOMIC); in netdev_alloc_frag()