Home
last modified time | relevance | path

Searched refs:NETIF_F_V4_CSUM (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/
Dnetdev_features.h149 #define NETIF_F_V4_CSUM (NETIF_F_GEN_CSUM | NETIF_F_IP_CSUM) macro
151 #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM)
Dnetdevice.h3580 ((features & NETIF_F_V4_CSUM) && in can_checksum_protocol()
/linux-4.1.27/net/ipv4/
Dudp_offload.c64 (is_ipv6 ? NETIF_F_V6_CSUM : NETIF_F_V4_CSUM))); in __skb_udp_tunnel_segment()
Dip_output.c889 rt->dst.dev->features & NETIF_F_V4_CSUM && in __ip_append_data()
Dudp.c772 (skb_dst(skb)->dev->features & NETIF_F_V4_CSUM)) { in udp_set_csum()
/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_l3proto_ipv4.c135 (!skb->dev || skb->dev->features & NETIF_F_V4_CSUM)) { in nf_nat_ipv4_csum_recalc()
/linux-4.1.27/net/core/
Dpktgen.c2852 } else if (odev->features & NETIF_F_V4_CSUM) { in fill_packet_ipv4()