Searched refs:VIRTIO_NET_HDR_GSO_NONE (Results 1 – 3 of 3) sorted by relevance
332 #define VIRTIO_NET_HDR_GSO_NONE 0 /**< Not a GSO frame */ macro
917 if (hdr->flags == 0 && hdr->gso_type == VIRTIO_NET_HDR_GSO_NONE) in virtio_rx_offload()958 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in virtio_rx_offload()
2324 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in vhost_dequeue_offload_legacy()2369 if (hdr->flags == 0 && hdr->gso_type == VIRTIO_NET_HDR_GSO_NONE) in vhost_dequeue_offload()2425 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in vhost_dequeue_offload()