Home
last modified time | relevance | path

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

/openbmc/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()
344 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_build_vheader()
657 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_tcp_fragment_fix()
745 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_do_sw_fragmentation()
775 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_do_sw_fragmentation()
793 gso_type == VIRTIO_NET_HDR_GSO_TCPV6) { in net_tx_pkt_do_sw_fragmentation()
802 gso_type == VIRTIO_NET_HDR_GSO_TCPV6) { in net_tx_pkt_do_sw_fragmentation()
H A Dvirtio-net.c2071 h->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_rsc_drain_seg()
2570 chain->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_rsc_lookup_chain()
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h112 #define VIRTIO_NET_HDR_GSO_TCPV6 0x04 /* GSO frame, IPv6 TCP */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h138 #define VIRTIO_NET_HDR_GSO_TCPV6 4 /* GSO frame, IPv6 TCP */ macro
/openbmc/qemu/net/
H A Deth.c62 return VIRTIO_NET_HDR_GSO_TCPV6 | ecn_state; in eth_get_gso_type()