Home
last modified time | relevance | path

Searched refs:sockent (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dtcp_stream.h27 struct sockent { struct
29 TAILQ_ENTRY(sockent) link; argument
31 #define SOCKQ_HEAD(name) TAILQ_HEAD(name, sockent)
35 struct sockent *__s = \
36 (struct sockent *)MPAllocateChunk(mtcp->sockent_pool); \
44 struct sockent *__walk, *__temp; \
56 struct sockent *__walk, *__temp; \
63 struct sockent *__walk, *__temp; \
/mOS-networking-stack/core/src/
H A Dcore.c1121 if (!(mtcp->sockent_pool = MPCreate(sizeof(struct sockent), in InitializeMTCPManager()
1122 sizeof(struct sockent) * g_config.mos->max_concurrency * 3, 0))) { in InitializeMTCPManager()