Searched refs:NETIF_F_V6_CSUM (Results 1 – 7 of 7) sorted by relevance
150 #define NETIF_F_V6_CSUM (NETIF_F_GEN_CSUM | NETIF_F_IPV6_CSUM) macro151 #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM)
3582 ((features & NETIF_F_V6_CSUM) && in can_checksum_protocol()
64 (is_ipv6 ? NETIF_F_V6_CSUM : NETIF_F_V4_CSUM))); in __skb_udp_tunnel_segment()
139 (!skb->dev || skb->dev->features & NETIF_F_V6_CSUM)) { in nf_nat_ipv6_csum_recalc()
1315 rt->dst.dev->features & NETIF_F_V6_CSUM && in __ip6_append_data()
2994 if (efx->type->offload_features & NETIF_F_V6_CSUM) in efx_pci_probe()
2986 } else if (odev->features & NETIF_F_V6_CSUM) { in fill_packet_ipv6()