Home
last modified time | relevance | path

Searched refs:sockent_pool (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dtcp_stream.h36 (struct sockent *)MPAllocateChunk(mtcp->sockent_pool); \
51 MPFreeChunk(mtcp->sockent_pool, __walk); \
H A Dmtcp.h197 mem_pool_t sockent_pool; /* memory pool for msock list entry */ member
/mOS-networking-stack/core/src/
H A Dcore.c1121 if (!(mtcp->sockent_pool = MPCreate(sizeof(struct sockent), in InitializeMTCPManager()