|
@@ -3713,7 +3713,7 @@ static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features)
|
|
|
(!skb_has_frag_list(skb) || (features & NETIF_F_FRAGLIST));
|
|
|
}
|
|
|
|
|
|
-static inline bool netif_needs_gso(struct net_device *dev, struct sk_buff *skb,
|
|
|
+static inline bool netif_needs_gso(struct sk_buff *skb,
|
|
|
netdev_features_t features)
|
|
|
{
|
|
|
return skb_is_gso(skb) && (!skb_gso_ok(skb, features) ||
|