Home
last modified time | relevance | path

Searched refs:NETIF_F_GEN_CSUM (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Dnetdev_features.h149 #define NETIF_F_GEN_CSUM NETIF_F_HW_CSUM macro
150 #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)
Dnetdevice.h3662 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()
Dif_vlan.h624 NETIF_F_GEN_CSUM | in vlan_features_check()
/linux-4.4.14/net/core/
Ddev.c6386 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()
/linux-4.4.14/drivers/net/
Dmacvlan.c761 (NETIF_F_SG | NETIF_F_GEN_CSUM | NETIF_F_GSO_SOFTWARE | NETIF_F_LLTX | \