Home
last modified time | relevance | path

Searched refs:_tcp_keep_mgr (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_connection.cpp727 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()
H A Dmt_connection.h332 TcpKeepMgr _tcp_keep_mgr; variable