Searched refs:_tcp_keep_mgr (Results 1 – 2 of 2) sorted by relevance
727 return _tcp_keep_mgr.GetTcpKeepConn(dst); in GetConnection()756 return _tcp_keep_mgr.FreeTcpKeepConn(dynamic_cast<TcpKeepConn*>(conn), force_free); in FreeConnection()774 _tcp_keep_mgr.RemoveTcpKeepConn(conn); in CloseIdleTcpKeep()775 _tcp_keep_mgr.FreeTcpKeepConn(conn, true); in CloseIdleTcpKeep()
332 TcpKeepMgr _tcp_keep_mgr; variable