Searched refs:NETIF_F_ONE_FOR_ALL (Results 1 – 4 of 4) sorted by relevance
222 #define NETIF_F_ONE_FOR_ALL (NETIF_F_GSO_SOFTWARE | NETIF_F_GSO_ROBUST | \ macro 260 features &= ~NETIF_F_ONE_FOR_ALL; in netdev_base_features()
555 features &= ~NETIF_F_ONE_FOR_ALL; in br_features_recompute()
201 * enabled for all devices (see NETIF_F_ONE_FOR_ALL). in hsr_features_recompute() 204 * that were in features originally, and also is in NETIF_F_ONE_FOR_ALL, in hsr_features_recompute() 207 features &= ~NETIF_F_ONE_FOR_ALL; in hsr_features_recompute()
12508 all |= one & (NETIF_F_ONE_FOR_ALL | NETIF_F_CSUM_MASK) & mask; in netdev_increment_features()