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

/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp159 STAMCOUNTER StatReceivedGso; member in struct:DRVINTNET
745 STAM_COUNTER_INC(&pThis->StatReceivedGso);
1225 PDMDrvHlpSTAMDeregister(pDrvIns, &pThis->StatReceivedGso);
1787 PDMDrvHlpSTAMRegCounter(pDrvIns, &pThis->StatReceivedGso, "Packets/Received-Gso", "The GSO portion of the received packets.");

Completed in 37 milliseconds