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.h115 #define NETIF_F_HW_CSUM __NETIF_F(HW_CSUM) macro
207 NETIF_F_HW_CSUM)
Dif_vlan.h803 features &= NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_HW_CSUM | in vlan_features_check()
Dnetdevice.h4909 if (features & NETIF_F_HW_CSUM) { in can_checksum_protocol()
5003 if ((f1 ^ f2) & NETIF_F_HW_CSUM) { in netdev_intersect_features()
5004 if (f1 & NETIF_F_HW_CSUM) in netdev_intersect_features()