Searched refs:lostCount (Results 1 – 1 of 1) sorted by relevance
263 ? ((stat.retransmitCount + stat.lostCount) * 100 / stat.sentCount) : 0); in pollSocketsInfo()347 stat.lostCount = current.tcpInfo.mLost; in calculateLatestPacketsStat()353 stat.lostCount -= previous.tcpInfo.mLost; in calculateLatestPacketsStat()508 public int lostCount; field in TcpSocketTracker.TcpStat516 lostCount += stat.lostCount; in accumulate()