Searched refs:net_hdr (Results 1 – 1 of 1) sorted by relevance
551 net_hdr->flags = VIRTIO_NET_HDR_F_NEEDS_CSUM; in virtio_enqueue_offload()569 ASSIGN_UNLESS_EQUAL(net_hdr->csum_start, 0); in virtio_enqueue_offload()570 ASSIGN_UNLESS_EQUAL(net_hdr->csum_offset, 0); in virtio_enqueue_offload()571 ASSIGN_UNLESS_EQUAL(net_hdr->flags, 0); in virtio_enqueue_offload()586 net_hdr->gso_type = VIRTIO_NET_HDR_GSO_TCPV4; in virtio_enqueue_offload()589 net_hdr->gso_size = m_buf->tso_segsz; in virtio_enqueue_offload()593 net_hdr->gso_type = VIRTIO_NET_HDR_GSO_UDP; in virtio_enqueue_offload()594 net_hdr->gso_size = m_buf->tso_segsz; in virtio_enqueue_offload()598 ASSIGN_UNLESS_EQUAL(net_hdr->gso_type, 0); in virtio_enqueue_offload()599 ASSIGN_UNLESS_EQUAL(net_hdr->gso_size, 0); in virtio_enqueue_offload()[all …]