Searched refs:tcpRxPkts (Results 1 – 2 of 2) sorted by relevance
126 int64_t tcpRxPkts = elems[QOS_TCP_RX_PKTS]; in ParseNetworkInternetGood() local127 … WIFI_LOGD("tcpTxPkts = %{public}" PRId64 ", tcpRxPkts = %{public}" PRId64, tcpTxPkts, tcpRxPkts); in ParseNetworkInternetGood()130 mLastTcpRxCounter = tcpRxPkts; in ParseNetworkInternetGood()136 int64_t deltaTcpRxPkts = tcpRxPkts - mLastTcpRxCounter; in ParseNetworkInternetGood()140 mLastTcpRxCounter = tcpRxPkts; in ParseNetworkInternetGood()
62 uint32_t tcpRxPkts; member196 elems[QOS_TCP_RX_PKTS] = info.qos.tcpRxPkts; in ProcessReportMsg()