Home
last modified time | relevance | path

Searched refs:tcp_flow_table (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dmtcp.h212 struct hashtable *tcp_flow_table; member
/mOS-networking-stack/core/src/
H A Dtcp_stream.c478 ret = HTInsert(mtcp->tcp_flow_table, stream, hash);
832 HTRemove(mtcp->tcp_flow_table, stream);
H A Dcore.c795 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()
H A Dtcp.c190 return HTSearch(mtcp->tcp_flow_table, &temp_stream, hash); in FindStream()