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

/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp204 STAMCOUNTER StatTransmitGSO; member in struct:VNetState_st
1267 STAM_REL_COUNTER_INC(&pThis->StatTransmitGSO);
2120 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatTransmitGSO, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, "Number of sent GSO packets", "/Devices/VNet%d/Packets/Transmit-Gso", iInstance);

Completed in 37 milliseconds