Searched refs:tcpinfo (Results 1 – 3 of 3) 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() 206 const struct tcp_info *tcpinfo, in poll() 208 if (sockinfo == nullptr || tcpinfo == nullptr || tcpinfoLen == 0 || mark.intValue == 0) { in poll() 211 updateSocketStats(now, mark, sockinfo, tcpinfo, tcpinfoLen); in poll() 279 const struct tcp_info *tcpinfo, in updateSocketStats() argument [all …]
|
D | TcpSocketMonitor.h | 90 const struct tcp_info *tcpinfo, uint32_t tcpinfoLen) REQUIRES(mLock);
|
D | SockDiag.cpp | 224 struct tcp_info *tcpinfo = nullptr; in readDiagMsgWithTcpInfo() local 231 tcpinfo = reinterpret_cast<struct tcp_info*>(RTA_DATA(attr)); in readDiagMsgWithTcpInfo() 240 tcpInfoReader(mark, msg, tcpinfo, tcpinfoLength); in readDiagMsgWithTcpInfo()
|