aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 9deb672d999f..920361bc27e7 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -2671,6 +2671,8 @@ extern void netdev_upper_dev_unlink(struct net_device *dev,
2671extern int skb_checksum_help(struct sk_buff *skb); 2671extern int skb_checksum_help(struct sk_buff *skb);
2672extern struct sk_buff *__skb_gso_segment(struct sk_buff *skb, 2672extern struct sk_buff *__skb_gso_segment(struct sk_buff *skb,
2673 netdev_features_t features, bool tx_path); 2673 netdev_features_t features, bool tx_path);
2674extern struct sk_buff *skb_mac_gso_segment(struct sk_buff *skb,
2675 netdev_features_t features);
2674 2676
2675static inline 2677static inline
2676struct sk_buff *skb_gso_segment(struct sk_buff *skb, netdev_features_t features) 2678struct sk_buff *skb_gso_segment(struct sk_buff *skb, netdev_features_t features)