Home
last modified time | relevance | path

Searched refs:net_hdr (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c430 net_hdr->flags = VIRTIO_NET_HDR_F_NEEDS_CSUM; in virtio_enqueue_offload()
448 ASSIGN_UNLESS_EQUAL(net_hdr->csum_start, 0); in virtio_enqueue_offload()
449 ASSIGN_UNLESS_EQUAL(net_hdr->csum_offset, 0); in virtio_enqueue_offload()
450 ASSIGN_UNLESS_EQUAL(net_hdr->flags, 0); in virtio_enqueue_offload()
465 net_hdr->gso_type = VIRTIO_NET_HDR_GSO_TCPV4; in virtio_enqueue_offload()
468 net_hdr->gso_size = m_buf->tso_segsz; in virtio_enqueue_offload()
472 net_hdr->gso_type = VIRTIO_NET_HDR_GSO_UDP; in virtio_enqueue_offload()
473 net_hdr->gso_size = m_buf->tso_segsz; in virtio_enqueue_offload()
477 ASSIGN_UNLESS_EQUAL(net_hdr->gso_type, 0); in virtio_enqueue_offload()
478 ASSIGN_UNLESS_EQUAL(net_hdr->gso_size, 0); in virtio_enqueue_offload()
[all …]