Searched refs:NETIF_F_NO_CSUM (Results 1 – 4 of 4) sorted by relevance
119 dev->features = NETIF_F_SG|NETIF_F_FRAGLIST|NETIF_F_NO_CSUM|NETIF_F_HIGHDMA; in loopback_init()
376 #define NETIF_F_NO_CSUM 4 /* Does not require checksum. F.e. loopack. */ macro
1062 (!(dev->features&(NETIF_F_HW_CSUM|NETIF_F_NO_CSUM)) && in dev_queue_xmit()2531 NETIF_F_NO_CSUM | in register_netdevice()
942 #define TCP_ZC_CSUM_FLAGS (NETIF_F_IP_CSUM|NETIF_F_NO_CSUM|NETIF_F_HW_CSUM) in tcp_sendpage()