Searched refs:SKB_GSO_TUNNEL_REMCSUM (Results 1 – 6 of 6) sorted by relevance
61 remcsum = !!(skb_shinfo(skb)->gso_type & SKB_GSO_TUNNEL_REMCSUM); in __skb_udp_tunnel_segment()453 skb_shinfo(skb)->gso_type |= SKB_GSO_TUNNEL_REMCSUM; in udp_gro_complete()
890 type |= SKB_GSO_TUNNEL_REMCSUM; in __gue_build_header()925 if (type & SKB_GSO_TUNNEL_REMCSUM) { in __gue_build_header()
91 Finally there is SKB_GSO_TUNNEL_REMCSUM which indicates that a given tunnel
1845 type |= SKB_GSO_TUNNEL_REMCSUM; in vxlan_build_skb()1864 if (type & SKB_GSO_TUNNEL_REMCSUM) { in vxlan_build_skb()
569 SKB_GSO_TUNNEL_REMCSUM = 1 << 13, enumerator
4395 BUILD_BUG_ON(SKB_GSO_TUNNEL_REMCSUM != (NETIF_F_GSO_TUNNEL_REMCSUM >> NETIF_F_GSO_SHIFT)); in net_gso_ok()