Searched refs:NETIF_F_GEN_CSUM (Results 1 – 5 of 5) sorted by relevance
149 #define NETIF_F_GEN_CSUM NETIF_F_HW_CSUM macro150 #define NETIF_F_V4_CSUM (NETIF_F_GEN_CSUM | NETIF_F_IP_CSUM)151 #define NETIF_F_V6_CSUM (NETIF_F_GEN_CSUM | NETIF_F_IPV6_CSUM)
3662 return ((features & NETIF_F_GEN_CSUM) || in can_checksum_protocol()3733 if (f1 & NETIF_F_GEN_CSUM) in netdev_intersect_features()3734 f1 |= (NETIF_F_ALL_CSUM & ~NETIF_F_GEN_CSUM); in netdev_intersect_features()3735 if (f2 & NETIF_F_GEN_CSUM) in netdev_intersect_features()3736 f2 |= (NETIF_F_ALL_CSUM & ~NETIF_F_GEN_CSUM); in netdev_intersect_features()3738 if (f1 & NETIF_F_GEN_CSUM) in netdev_intersect_features()3739 f1 &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_GEN_CSUM); in netdev_intersect_features()
624 NETIF_F_GEN_CSUM | in vlan_features_check()
6386 if (!((features & NETIF_F_GEN_CSUM) || in netdev_fix_features()7490 if (mask & NETIF_F_GEN_CSUM) in netdev_increment_features()7498 if (all & NETIF_F_GEN_CSUM) in netdev_increment_features()7499 all &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_GEN_CSUM); in netdev_increment_features()
761 (NETIF_F_SG | NETIF_F_GEN_CSUM | NETIF_F_GSO_SOFTWARE | NETIF_F_LLTX | \