Searched refs:VIRTIO_NET_HDR_GSO_NONE (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dvirtio_net.h60 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) {
154 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) {
221 hdr->gso_type = VIRTIO_NET_HDR_GSO_NONE;
/linux-master/include/uapi/linux/
H A Dvirtio_net.h134 #define VIRTIO_NET_HDR_GSO_NONE 0 /* Not a GSO frame */ macro
/linux-master/arch/um/drivers/
H A Dvector_transports.c201 if ((vheader->gso_type != VIRTIO_NET_HDR_GSO_NONE) &&
/linux-master/tools/testing/selftests/net/
H A Dtap.c332 vh->gso_type = VIRTIO_NET_HDR_GSO_NONE;
/linux-master/drivers/vhost/
H A Dnet.c1098 .gso_type = VIRTIO_NET_HDR_GSO_NONE

Completed in 110 milliseconds