Home
last modified time | relevance | path

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

/include/net/
Dnet_failover.h33 #define FAILOVER_VLAN_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
37 #define FAILOVER_ENC_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
/include/linux/
Dnetdev_features.h109 #define NETIF_F_HW_CSUM __NETIF_F(HW_CSUM) macro
198 NETIF_F_HW_CSUM)
Dif_vlan.h756 features &= NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_HW_CSUM | in vlan_features_check()
Dnetdevice.h4468 if (features & NETIF_F_HW_CSUM) { in can_checksum_protocol()
4551 if ((f1 ^ f2) & NETIF_F_HW_CSUM) { in netdev_intersect_features()
4552 if (f1 & NETIF_F_HW_CSUM) in netdev_intersect_features()