Searched refs:sockent (Results 1 – 2 of 2) sorted by relevance
27 struct sockent { struct29 TAILQ_ENTRY(sockent) link; argument31 #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; \
1121 if (!(mtcp->sockent_pool = MPCreate(sizeof(struct sockent), in InitializeMTCPManager()1122 sizeof(struct sockent) * g_config.mos->max_concurrency * 3, 0))) { in InitializeMTCPManager()