Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dskbuff.c4467 gfp_t gfp_head; in alloc_skb_with_frags() local
4477 gfp_head = gfp_mask; in alloc_skb_with_frags()
4478 if (gfp_head & __GFP_DIRECT_RECLAIM) in alloc_skb_with_frags()
4479 gfp_head |= __GFP_REPEAT; in alloc_skb_with_frags()
4482 skb = alloc_skb(header_len, gfp_head); in alloc_skb_with_frags()