Searched refs:flow_pool (Results 1 – 3 of 3) sorted by relevance
440 stream = (tcp_stream *)MPAllocateChunk(mtcp->flow_pool);453 MPFreeChunk(mtcp->flow_pool, stream);464 MPFreeChunk(mtcp->flow_pool, stream);482 MPFreeChunk(mtcp->flow_pool, stream);852 MPFreeChunk(mtcp->flow_pool, stream);
1133 mtcp->flow_pool = MPCreate(sizeof(tcp_stream), in InitializeMTCPManager()1135 if (!mtcp->flow_pool) { in InitializeMTCPManager()1597 MPDestroy(mtcp->flow_pool); in mtcp_free_context()
202 mem_pool_t flow_pool; /* memory pool for tcp_stream */ member