Searched refs:tcpinfoLen (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | TcpSocketMonitor.cpp | 78 const struct tcp_info *tcpinfo, uint32_t tcpinfoLen) { in tcpInfoPrint() argument 95 TCPINFO_GET(tcpinfo, tcpi_rtt, tcpinfoLen, 0) / 1000.0, in tcpInfoPrint() 96 TCPINFO_GET(tcpinfo, tcpi_segs_out, tcpinfoLen, 0), in tcpInfoPrint() 97 TCPINFO_GET(tcpinfo, tcpi_lost, tcpinfoLen, 0)); in tcpInfoPrint() 144 const struct tcp_info *tcpinfo, uint32_t tcpinfoLen) { in dump() argument 145 tcpInfoPrint(dw, mark, sockinfo, tcpinfo, tcpinfoLen); in dump() 207 uint32_t tcpinfoLen) NO_THREAD_SAFETY_ANALYSIS { in poll() argument 208 if (sockinfo == nullptr || tcpinfo == nullptr || tcpinfoLen == 0 || mark.intValue == 0) { in poll() 211 updateSocketStats(now, mark, sockinfo, tcpinfo, tcpinfoLen); in poll() 280 uint32_t tcpinfoLen) NO_THREAD_SAFETY_ANALYSIS { in updateSocketStats() argument [all …]
|
D | TcpSocketMonitor.h | 90 const struct tcp_info *tcpinfo, uint32_t tcpinfoLen) REQUIRES(mLock);
|