Searched refs:skb_cp (Results 1 – 1 of 1) sorted by relevance
237 struct sk_buff *skb_cp; in give_skb_to_upper() local239 skb_cp = skb_copy(skb, GFP_ATOMIC); in give_skb_to_upper()240 if (!skb_cp) in give_skb_to_upper()243 return netif_rx(skb_cp); in give_skb_to_upper()