Home
last modified time | relevance | path

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

/linux-4.1.27/net/ieee802154/6lowpan/
Drx.c22 struct sk_buff *skb_cp; in lowpan_give_skb_to_devices() local
31 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()
/linux-4.1.27/net/bluetooth/
D6lowpan.c263 struct sk_buff *skb_cp; in give_skb_to_upper() local
265 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()