Searched refs:tmpskb (Results 1 - 1 of 1) sorted by relevance

/net/bluetooth/
H A D6lowpan.c594 struct sk_buff *tmpskb; local
599 tmpskb = skb_unshare(skb, GFP_ATOMIC);
600 if (!tmpskb) {
604 skb = tmpskb;

Completed in 5 milliseconds