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

/vbox/src/VBox/Devices/Network/
H A DDrvUDPTunnel.cpp81 STAMCOUNTER StatPktSentBytes; member in struct:DRVUDPTUNNEL
193 STAM_COUNTER_ADD(&pThis->StatPktSentBytes, pSgBuf->cbUsed);
434 PDMDrvHlpSTAMDeregister(pDrvIns, &pThis->StatPktSentBytes);
476 PDMDrvHlpSTAMRegisterF(pDrvIns, &pThis->StatPktSentBytes, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_BYTES, "Number of sent bytes.", "/Drivers/UDPTunnel%d/Bytes/Sent", pDrvIns->iInstance);
H A DDrvVDE.cpp86 STAMCOUNTER StatPktSentBytes; member in struct:DRVVDE
202 STAM_COUNTER_ADD(&pThis->StatPktSentBytes, pSgBuf->cbUsed);
514 PDMDrvHlpSTAMDeregister(pDrvIns, &pThis->StatPktSentBytes);
557 PDMDrvHlpSTAMRegisterF(pDrvIns, &pThis->StatPktSentBytes, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_BYTES, "Number of sent bytes.", "/Drivers/VDE%d/Bytes/Sent", pDrvIns->iInstance);
H A DDrvTAP.cpp114 STAMCOUNTER StatPktSentBytes; member in struct:DRVTAP
233 STAM_COUNTER_ADD(&pThis->StatPktSentBytes, pSgBuf->cbUsed);
828 PDMDrvHlpSTAMDeregister(pDrvIns, &pThis->StatPktSentBytes);
878 PDMDrvHlpSTAMRegisterF(pDrvIns, &pThis->StatPktSentBytes, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_BYTES, "Number of sent bytes.", "/Drivers/TAP%d/Bytes/Sent", pDrvIns->iInstance);

Completed in 36 milliseconds