__NETIF_F_BIT      96 include/linux/netdev_features.h #define __NETIF_F(name)		__NETIF_F_BIT(NETIF_F_##name##_BIT)
__NETIF_F_BIT     181 include/linux/netdev_features.h #define NETIF_F_ETHTOOL_BITS	((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \
__NETIF_F_BIT     182 include/linux/netdev_features.h 		(__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \
__NETIF_F_BIT     186 include/linux/netdev_features.h #define NETIF_F_GSO_MASK	(__NETIF_F_BIT(NETIF_F_GSO_LAST + 1) - \
__NETIF_F_BIT     187 include/linux/netdev_features.h 		__NETIF_F_BIT(NETIF_F_GSO_SHIFT))
__NETIF_F_BIT    8583 net/core/dev.c 		feature = __NETIF_F_BIT(feature_bit);
__NETIF_F_BIT    8603 net/core/dev.c 		feature = __NETIF_F_BIT(feature_bit);