Searched refs:tcp_flow_table (Results 1 – 4 of 4) sorted by relevance
212 struct hashtable *tcp_flow_table; member
478 ret = HTInsert(mtcp->tcp_flow_table, stream, hash);832 HTRemove(mtcp->tcp_flow_table, stream);
795 struct hashtable *ht = mtcp->tcp_flow_table; in DestroyRemainingFlows()1095 mtcp->tcp_flow_table = CreateHashtable(); in InitializeMTCPManager()1096 if (!mtcp->tcp_flow_table) { in InitializeMTCPManager()
190 return HTSearch(mtcp->tcp_flow_table, &temp_stream, hash); in FindStream()