Searched refs:VIRTIO_NET_HDR_GSO_TCPV4 (Results 1 – 4 of 4) sorted by relevance
100 #define VIRTIO_NET_HDR_GSO_TCPV4 1 /* GSO frame, IPv4 TCP (TSO) */ macro481 hdr->gso_type = eth_type == ETHERTYPE_IP ? VIRTIO_NET_HDR_GSO_TCPV4 : in virtio_net_tx_offload_tso()
2040 case VIRTIO_NET_HDR_GSO_TCPV4: in vtnet_rxq_input()2438 hdr->gso_type = eth_type == ETHERTYPE_IP ? VIRTIO_NET_HDR_GSO_TCPV4 : in vtnet_txq_offload_tso()
141 gso_type != VIRTIO_NET_HDR_GSO_TCPV4 && in vnet_hdr_is_bad()
2234 #define VIRTIO_NET_HDR_GSO_TCPV4 1 /* GSO frame, IPv4 TCP (TSO) */ macro