Searched refs:previousSentPackets (Results 1 – 1 of 1) sorted by relevance
118 int64_t previousSentPackets = 0; in UpdateFlowInfo() local122 stallDetectionTrafficManager_->GetPacketData(previousSentPackets, previousRecvPackets); in UpdateFlowInfo()125 int64_t sentPackets = currentSentPackets - previousSentPackets; in UpdateFlowInfo()258 int64_t previousSentPackets = 0; in UpdateDataFlowType() local262 trafficManager_->GetPacketData(previousSentPackets, previousRecvPackets); in UpdateDataFlowType()265 int64_t sentPackets = currentSentPackets - previousSentPackets; in UpdateDataFlowType()268 if (previousSentPackets != 0 || previousRecvPackets != 0) { in UpdateDataFlowType()