Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnetdev_features.h162 #define NETIF_F_ONE_FOR_ALL (NETIF_F_GSO_SOFTWARE | NETIF_F_GSO_ROBUST | \ macro
/linux-4.1.27/net/hsr/
Dhsr_device.c217 features &= ~NETIF_F_ONE_FOR_ALL; in hsr_features_recompute()
/linux-4.1.27/net/bridge/
Dbr_if.c421 features &= ~NETIF_F_ONE_FOR_ALL; in br_features_recompute()
/linux-4.1.27/drivers/net/team/
Dteam.c1928 features &= ~NETIF_F_ONE_FOR_ALL; in team_fix_features()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1045 features &= ~NETIF_F_ONE_FOR_ALL; in bond_fix_features()
/linux-4.1.27/net/core/
Ddev.c7207 all |= one & (NETIF_F_ONE_FOR_ALL|NETIF_F_ALL_CSUM) & mask; in netdev_increment_features()