Searched refs:SKB_GSO_TUNNEL_REMCSUM (Results 1 – 9 of 9) sorted by relevance
44 bool remcsum = !!(skb_shinfo(skb)->gso_type & SKB_GSO_TUNNEL_REMCSUM); in __skb_udp_tunnel_segment()208 SKB_GSO_TUNNEL_REMCSUM | in udp4_ufo_fragment()407 skb_shinfo(skb)->gso_type |= SKB_GSO_TUNNEL_REMCSUM; in udp_gro_complete()
99 SKB_GSO_TUNNEL_REMCSUM | in tcp_gso_segment()
823 type |= SKB_GSO_TUNNEL_REMCSUM; in gue_build_header()859 if (type & SKB_GSO_TUNNEL_REMCSUM) { in gue_build_header()
1227 SKB_GSO_TUNNEL_REMCSUM | in inet_gso_segment()
45 SKB_GSO_TUNNEL_REMCSUM | in udp6_ufo_fragment()
82 SKB_GSO_TUNNEL_REMCSUM | in ipv6_gso_segment()
1694 type |= SKB_GSO_TUNNEL_REMCSUM; in vxlan6_xmit_skb()1727 if (type & SKB_GSO_TUNNEL_REMCSUM) { in vxlan6_xmit_skb()1779 type |= SKB_GSO_TUNNEL_REMCSUM; in vxlan_xmit_skb()1806 if (type & SKB_GSO_TUNNEL_REMCSUM) { in vxlan_xmit_skb()
388 SKB_GSO_TUNNEL_REMCSUM = 1 << 12, enumerator
3708 BUILD_BUG_ON(SKB_GSO_TUNNEL_REMCSUM != (NETIF_F_GSO_TUNNEL_REMCSUM >> NETIF_F_GSO_SHIFT)); in net_gso_ok()