Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dnet_tx_pkt.c110 uint8_t gso_type = pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in net_tx_pkt_update_ip_checksums() local
118 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4 || in net_tx_pkt_update_ip_checksums()
119 gso_type == VIRTIO_NET_HDR_GSO_UDP) { in net_tx_pkt_update_ip_checksums()
126 } else if (gso_type == VIRTIO_NET_HDR_GSO_TCPV6) { in net_tx_pkt_update_ip_checksums()
330 pkt->virt_hdr.gso_type = net_tx_pkt_get_gso_type(pkt, tso_enable); in net_tx_pkt_build_vheader()
332 switch (pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in net_tx_pkt_build_vheader()
643 uint8_t gso_type) in net_tx_pkt_tcp_fragment_fix() argument
651 switch (gso_type) { in net_tx_pkt_tcp_fragment_fix()
667 uint8_t gso_type) in net_tx_pkt_tcp_fragment_advance() argument
674 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4) { in net_tx_pkt_tcp_fragment_advance()
[all …]
H A Dvirtio-net.c1737 .gso_type = VIRTIO_NET_HDR_GSO_NONE in receive_header()
2126 h->gso_type = VIRTIO_NET_HDR_GSO_NONE; in virtio_net_rsc_drain_seg()
2133 h->gso_type = VIRTIO_NET_HDR_GSO_TCPV4; in virtio_net_rsc_drain_seg()
2135 h->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_rsc_drain_seg()
2631 chain->gso_type = VIRTIO_NET_HDR_GSO_TCPV4; in virtio_net_rsc_lookup_chain()
2634 chain->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_rsc_lookup_chain()
H A Dvmxnet3.c214 vhdr->flags, vhdr->gso_type, vhdr->hdr_len, vhdr->gso_size, in vmxnet3_dump_virt_hdr()
900 offload_type = vhdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in vmxnet3_rx_update_descr()
/qemu/include/standard-headers/linux/
H A Dvirtio_net.h141 uint8_t gso_type; member
193 uint8_t gso_type; member
/qemu/pc-bios/s390-ccw/
H A Dvirtio-net.c36 uint8_t gso_type; member
/qemu/include/hw/virtio/
H A Dvirtio-net.h129 uint8_t gso_type; member
/qemu/tests/
H A Dvhost-user-bridge.c284 .gso_type = VIRTIO_NET_HDR_GSO_NONE in vubr_backend_recv_cb()