Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetdev_features.h228 #define NETIF_F_ONE_FOR_ALL (NETIF_F_GSO_SOFTWARE | NETIF_F_GSO_ROBUST | \ macro
/openbmc/linux/net/hsr/
H A Dhsr_device.c192 features &= ~NETIF_F_ONE_FOR_ALL; in hsr_features_recompute()
/openbmc/linux/net/bridge/
H A Dbr_if.c555 features &= ~NETIF_F_ONE_FOR_ALL; in br_features_recompute()
/openbmc/linux/drivers/net/team/
H A Dteam.c2022 features &= ~NETIF_F_ONE_FOR_ALL; in team_fix_features()
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c1450 features &= ~NETIF_F_ONE_FOR_ALL; in bond_fix_features()
/openbmc/linux/net/core/
H A Ddev.c11392 all |= one & (NETIF_F_ONE_FOR_ALL | NETIF_F_CSUM_MASK) & mask; in netdev_increment_features()