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

/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp157 STAMCOUNTER StatSentGso; member in struct:DRVINTNET
184 AssertCompileMemberAlignment(DRVINTNET, StatSentGso, 8);
496 STAM_COUNTER_INC(&pThis->StatSentGso);
1226 PDMDrvHlpSTAMDeregister(pDrvIns, &pThis->StatSentGso);
1788 PDMDrvHlpSTAMRegCounter(pDrvIns, &pThis->StatSentGso, "Packets/Sent-Gso", "The GSO portion of the sent packets.");

Completed in 46 milliseconds