diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netdevice.h | 2 |
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, | |||
| 2671 | extern int skb_checksum_help(struct sk_buff *skb); | 2671 | extern int skb_checksum_help(struct sk_buff *skb); |
| 2672 | extern struct sk_buff *__skb_gso_segment(struct sk_buff *skb, | 2672 | extern 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); |
| 2674 | extern struct sk_buff *skb_mac_gso_segment(struct sk_buff *skb, | ||
| 2675 | netdev_features_t features); | ||
| 2674 | 2676 | ||
| 2675 | static inline | 2677 | static inline |
| 2676 | struct sk_buff *skb_gso_segment(struct sk_buff *skb, netdev_features_t features) | 2678 | struct sk_buff *skb_gso_segment(struct sk_buff *skb, netdev_features_t features) |
