diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 08c4ab37189f..967bb4c8caf1 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -3657,6 +3657,9 @@ void netdev_change_features(struct net_device *dev); | |||
3657 | void netif_stacked_transfer_operstate(const struct net_device *rootdev, | 3657 | void netif_stacked_transfer_operstate(const struct net_device *rootdev, |
3658 | struct net_device *dev); | 3658 | struct net_device *dev); |
3659 | 3659 | ||
3660 | netdev_features_t passthru_features_check(struct sk_buff *skb, | ||
3661 | struct net_device *dev, | ||
3662 | netdev_features_t features); | ||
3660 | netdev_features_t netif_skb_features(struct sk_buff *skb); | 3663 | netdev_features_t netif_skb_features(struct sk_buff *skb); |
3661 | 3664 | ||
3662 | static inline bool net_gso_ok(netdev_features_t features, int gso_type) | 3665 | static inline bool net_gso_ok(netdev_features_t features, int gso_type) |