Searched refs:TCP_KEEP_IN_LIST (Results 1 – 1 of 1) sorted by relevance
132 TCP_KEEP_IN_LIST = 0x1, enumerator256 if (conn->_keep_flag & TCP_KEEP_IN_LIST) { in InsertConn()260 conn->_keep_flag |= TCP_KEEP_IN_LIST; in InsertConn()264 if (!(conn->_keep_flag & TCP_KEEP_IN_LIST)) { in RemoveConn()268 conn->_keep_flag &= ~TCP_KEEP_IN_LIST; in RemoveConn()