Searched refs:SKB_GSO_TCPV4 (Results 1 – 3 of 3) sorted by relevance
58 gso_type = SKB_GSO_TCPV4; in virtio_net_hdr_to_skb()185 if (sinfo->gso_type & SKB_GSO_TCPV4) in virtio_net_hdr_from_skb()
606 SKB_GSO_TCPV4 = 1 << 0, enumerator4690 return skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6); in skb_is_gso_tcp()
5139 BUILD_BUG_ON(SKB_GSO_TCPV4 != (NETIF_F_TSO >> NETIF_F_GSO_SHIFT)); in net_gso_ok()