|
@@ -416,6 +416,8 @@ static netdev_tx_t tun_net_xmit(struct sk_buff *skb, struct net_device *dev)
|
|
|
|
|
|
/* Orphan the skb - required as we might hang on to it
|
|
/* Orphan the skb - required as we might hang on to it
|
|
* for indefinite time. */
|
|
* for indefinite time. */
|
|
|
|
+ if (unlikely(skb_orphan_frags(skb, GFP_ATOMIC)))
|
|
|
|
+ goto drop;
|
|
skb_orphan(skb);
|
|
skb_orphan(skb);
|
|
|
|
|
|
/* Enqueue packet */
|
|
/* Enqueue packet */
|