Searched refs:mLastTcpRxCounter (Results 1 – 2 of 2) sorted by relevance
128 if ((mLastTcpTxCounter == 0) || (mLastTcpRxCounter == 0)) { in ParseNetworkInternetGood()130 mLastTcpRxCounter = tcpRxPkts; in ParseNetworkInternetGood()132 mLastTcpTxCounter, mLastTcpRxCounter); in ParseNetworkInternetGood()136 int64_t deltaTcpRxPkts = tcpRxPkts - mLastTcpRxCounter; in ParseNetworkInternetGood()140 mLastTcpRxCounter = tcpRxPkts; in ParseNetworkInternetGood()
40 int64_t mLastTcpRxCounter = 0; variable