Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
D6lowpan.c266 struct sk_buff *skb_cp; in give_skb_to_upper() local
268 skb_cp = skb_copy(skb, GFP_ATOMIC); in give_skb_to_upper()
269 if (!skb_cp) in give_skb_to_upper()
272 return netif_rx_ni(skb_cp); in give_skb_to_upper()