Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dnetdev_features.h228 #define NETIF_F_ONE_FOR_ALL (NETIF_F_GSO_SOFTWARE | NETIF_F_GSO_ROBUST | \ macro
/Linux-v6.6/net/hsr/
Dhsr_device.c195 features &= ~NETIF_F_ONE_FOR_ALL; in hsr_features_recompute()
/Linux-v6.6/net/bridge/
Dbr_if.c555 features &= ~NETIF_F_ONE_FOR_ALL; in br_features_recompute()
/Linux-v6.6/drivers/net/team/
Dteam.c2012 features &= ~NETIF_F_ONE_FOR_ALL; in team_fix_features()
/Linux-v6.6/drivers/net/bonding/
Dbond_main.c1407 features &= ~NETIF_F_ONE_FOR_ALL; in bond_fix_features()
/Linux-v6.6/net/core/
Ddev.c11285 all |= one & (NETIF_F_ONE_FOR_ALL | NETIF_F_CSUM_MASK) & mask; in netdev_increment_features()