VIRTIO_NET_HDR_GSO_UDP_L4
case VIRTIO_NET_HDR_GSO_UDP_L4:
if (hdr->gso_type == VIRTIO_NET_HDR_GSO_UDP_L4)
if (hdr->gso_type == VIRTIO_NET_HDR_GSO_UDP_L4)
hdr->gso_type = VIRTIO_NET_HDR_GSO_UDP_L4;
if (gso_inner_type == VIRTIO_NET_HDR_GSO_UDP_L4) {
case VIRTIO_NET_HDR_GSO_UDP_L4:
case VIRTIO_NET_HDR_GSO_UDP_L4:
int ret, gso_type = VIRTIO_NET_HDR_GSO_UDP_L4;
vh->gso_type = VIRTIO_NET_HDR_GSO_UDP_L4 | gso_type;