Searched defs:u8GSOType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioNet-solaris.c147 uint8_t u8GSOType; /* GSO type. */ member in struct:virtio_net_header_t
/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp232 uint8_t u8GSOType; member in struct:VNetHdr
800 Hdr.Hdr.u8GSOType = VNETHDR_GSO_TCPV4;
804 Hdr.Hdr.u8GSOType = VNETHDR_GSO_TCPV6;
808 Hdr.Hdr.u8GSOType = VNETHDR_GSO_UDP;
822 Hdr.Hdr.u8GSOType = VNETHDR_GSO_NONE;
1084 if (pHdr->u8GSOType & VNETHDR_GSO_ECN)
1089 switch (pHdr->u8GSOType & ~VNETHDR_GSO_ECN)

Completed in 51 milliseconds