]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/netdevice.h
net: Introduce passthru_features_check
[mirror_ubuntu-artful-kernel.git] / include / linux / netdevice.h
index 08c4ab37189fcb25dcc4e076ae8a81792fc8aeeb..967bb4c8caf16aa88d0a2645a3b754fd1f08b1ab 100644 (file)
@@ -3657,6 +3657,9 @@ void netdev_change_features(struct net_device *dev);
 void netif_stacked_transfer_operstate(const struct net_device *rootdev,
                                        struct net_device *dev);
 
+netdev_features_t passthru_features_check(struct sk_buff *skb,
+                                         struct net_device *dev,
+                                         netdev_features_t features);
 netdev_features_t netif_skb_features(struct sk_buff *skb);
 
 static inline bool net_gso_ok(netdev_features_t features, int gso_type)