Home
last modified time | relevance | path

Searched refs:NETIF_F_ONE_FOR_ALL (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dnetdev_features.h222 #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()
/linux/net/bridge/
H A Dbr_if.c555 features &= ~NETIF_F_ONE_FOR_ALL; in br_features_recompute()
/linux/net/hsr/
H A Dhsr_device.c201 * 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()
/linux/net/core/
H A Ddev.c12508 all |= one & (NETIF_F_ONE_FOR_ALL | NETIF_F_CSUM_MASK) & mask; in netdev_increment_features()