Searched refs:skb_cp (Results 1 – 2 of 2) sorted by relevance
22 struct sk_buff *skb_cp; in lowpan_give_skb_to_devices() local31 skb_cp = skb_copy(skb, GFP_ATOMIC); in lowpan_give_skb_to_devices()32 if (!skb_cp) { in lowpan_give_skb_to_devices()38 skb_cp->dev = entry->ldev; in lowpan_give_skb_to_devices()39 stat = netif_rx(skb_cp); in lowpan_give_skb_to_devices()
263 struct sk_buff *skb_cp; in give_skb_to_upper() local265 skb_cp = skb_copy(skb, GFP_ATOMIC); in give_skb_to_upper()266 if (!skb_cp) in give_skb_to_upper()269 return netif_rx(skb_cp); in give_skb_to_upper()