Searched refs:mLost (Results 1 – 2 of 2) sorted by relevance
102 final int mLost; field in TcpInfo123 mLost = bytes.getInt(start + LOST_OFFSET); in TcpInfo()134 mLost = lost; in TcpInfo()183 && mRetransmits == other.mRetransmits && mLost == other.mLost; in equals()188 return Objects.hash(mLost, mRetransmits, mSegsIn, mSegsOut); in hashCode()193 return "TcpInfo{lost=" + mLost + ", retransmit=" + mRetransmits + ", received=" + mSegsIn in toString()
347 stat.lostCount = current.tcpInfo.mLost; in calculateLatestPacketsStat()353 stat.lostCount -= previous.tcpInfo.mLost; in calculateLatestPacketsStat()