skb_cp            265 net/bluetooth/6lowpan.c 	struct sk_buff *skb_cp;
skb_cp            267 net/bluetooth/6lowpan.c 	skb_cp = skb_copy(skb, GFP_ATOMIC);
skb_cp            268 net/bluetooth/6lowpan.c 	if (!skb_cp)
skb_cp            271 net/bluetooth/6lowpan.c 	return netif_rx_ni(skb_cp);