Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dnet_tx_pkt.c126 } else if (gso_type == VIRTIO_NET_HDR_GSO_TCPV6) { in net_tx_pkt_update_ip_checksums()
348 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_build_vheader()
661 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_tcp_fragment_fix()
749 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_do_sw_fragmentation()
779 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_do_sw_fragmentation()
797 gso_type == VIRTIO_NET_HDR_GSO_TCPV6) { in net_tx_pkt_do_sw_fragmentation()
806 gso_type == VIRTIO_NET_HDR_GSO_TCPV6) { in net_tx_pkt_do_sw_fragmentation()
H A Dvirtio-net.c2094 h->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_rsc_drain_seg()
2593 chain->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_rsc_lookup_chain()
/qemu/include/standard-headers/linux/
H A Dvirtio_net.h137 #define VIRTIO_NET_HDR_GSO_TCPV6 4 /* GSO frame, IPv6 TCP */ macro
/qemu/net/
H A Deth.c62 return VIRTIO_NET_HDR_GSO_TCPV6 | ecn_state; in eth_get_gso_type()