NETIF_F_ALL_CSUM  144 net/bridge/br_device.c 		br->feature_mask &= ~NETIF_F_ALL_CSUM;
NETIF_F_ALL_CSUM 4038 net/core/dev.c 	    !(dev->features & NETIF_F_ALL_CSUM)) {
NETIF_F_ALL_CSUM 4738 net/core/dev.c 	if (!(all & NETIF_F_ALL_CSUM))
NETIF_F_ALL_CSUM   35 net/core/ethtool.c 	return (dev->features & NETIF_F_ALL_CSUM) != 0;
NETIF_F_ALL_CSUM  542 net/core/ethtool.c 	    !(dev->features & NETIF_F_ALL_CSUM))
NETIF_F_ALL_CSUM  781 net/ipv4/tcp.c 	    !(sk->sk_route_caps & NETIF_F_ALL_CSUM))
NETIF_F_ALL_CSUM  882 net/ipv4/tcp.c 				if (sk->sk_route_caps & NETIF_F_ALL_CSUM)