Searched refs:VIRTIO_NET_HDR_GSO_TCPV4 (Results 1 – 4 of 4) sorted by relevance
102 #define VIRTIO_NET_HDR_GSO_TCPV4 1 /* GSO frame, IPv4 TCP (TSO) */ macro477 hdr->gso_type = eth_type == ETHERTYPE_IP ? VIRTIO_NET_HDR_GSO_TCPV4 : in virtio_net_tx_offload_tso()
2024 case VIRTIO_NET_HDR_GSO_TCPV4: in vtnet_rxq_input()2414 hdr->gso_type = eth_type == ETHERTYPE_IP ? VIRTIO_NET_HDR_GSO_TCPV4 : in vtnet_txq_offload_tso()
142 gso_type != VIRTIO_NET_HDR_GSO_TCPV4 && in vnet_hdr_is_bad()
2126 #define VIRTIO_NET_HDR_GSO_TCPV4 1 /* GSO frame, IPv4 TCP (TSO) */ macro