VIRTIO_NET_HDR_GSO_ECN
uint8_t gso_type = vh->gso_type & ~VIRTIO_NET_HDR_GSO_ECN;
u_int tcp = ((vh->gso_type & ~VIRTIO_NET_HDR_GSO_ECN)
switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) {
hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN;
hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN;