Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dskbuff.c5256 gfp_t gfp_head; in alloc_skb_with_frags() local
5266 gfp_head = gfp_mask; in alloc_skb_with_frags()
5267 if (gfp_head & __GFP_DIRECT_RECLAIM) in alloc_skb_with_frags()
5268 gfp_head |= __GFP_RETRY_MAYFAIL; in alloc_skb_with_frags()
5271 skb = alloc_skb(header_len, gfp_head); in alloc_skb_with_frags()