__NETIF_F_BIT 82 include/linux/netdev_features.h #define __NETIF_F(name) __NETIF_F_BIT(NETIF_F_##name##_BIT) __NETIF_F_BIT 134 include/linux/netdev_features.h #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ __NETIF_F_BIT 135 include/linux/netdev_features.h (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \ __NETIF_F_BIT 139 include/linux/netdev_features.h #define NETIF_F_GSO_MASK (__NETIF_F_BIT(NETIF_F_GSO_LAST + 1) - \ __NETIF_F_BIT 140 include/linux/netdev_features.h __NETIF_F_BIT(NETIF_F_GSO_SHIFT))