Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnetdev_features.h220 #define NETIF_F_ONE_FOR_ALL (NETIF_F_GSO_SOFTWARE | NETIF_F_GSO_ROBUST | \ macro
/linux/net/hsr/
A Dhsr_device.c207 features &= ~NETIF_F_ONE_FOR_ALL; in hsr_features_recompute()
/linux/net/bridge/
A Dbr_if.c555 features &= ~NETIF_F_ONE_FOR_ALL; in br_features_recompute()
/linux/drivers/net/team/
A Dteam_core.c2015 features &= ~NETIF_F_ONE_FOR_ALL; in team_fix_features()
/linux/drivers/net/bonding/
A Dbond_main.c1524 features &= ~NETIF_F_ONE_FOR_ALL; in bond_fix_features()
/linux/net/core/
A Ddev.c11739 all |= one & (NETIF_F_ONE_FOR_ALL | NETIF_F_CSUM_MASK) & mask; in netdev_increment_features()

Completed in 42 milliseconds