Home
last modified time | relevance | path

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

/include/net/
A 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/
A Dnetdev_features.h115 #define NETIF_F_HW_CSUM __NETIF_F(HW_CSUM) macro
208 NETIF_F_HW_CSUM)
A Dif_vlan.h810 features &= NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_HW_CSUM | in vlan_features_check()
A Dnetdevice.h5156 if (features & NETIF_F_HW_CSUM) { in can_checksum_protocol()
5250 if ((f1 ^ f2) & NETIF_F_HW_CSUM) { in netdev_intersect_features()
5251 if (f1 & NETIF_F_HW_CSUM) in netdev_intersect_features()

Completed in 25 milliseconds