Searched refs:gfp_head (Results 1 – 1 of 1) sorted by relevance
4467 gfp_t gfp_head; in alloc_skb_with_frags() local4477 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()