Searched refs:currentSentPackets (Results 1 – 1 of 1) sorted by relevance
120 int64_t currentSentPackets = 0; in UpdateFlowInfo() local124 stallDetectionTrafficManager_->GetPacketData(currentSentPackets, currentRecvPackets); in UpdateFlowInfo()125 int64_t sentPackets = currentSentPackets - previousSentPackets; in UpdateFlowInfo()260 int64_t currentSentPackets = 0; in UpdateDataFlowType() local264 trafficManager_->GetPacketData(currentSentPackets, currentRecvPackets); in UpdateDataFlowType()265 int64_t sentPackets = currentSentPackets - previousSentPackets; in UpdateDataFlowType()