Home
last modified time | relevance | path

Searched refs:mtcp_context (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dmtcp_api.h23 struct mtcp_context struct
28 typedef struct mtcp_context *mctx_t; argument
H A Ddebug.h53 struct mtcp_context mctx = { \
H A Dmtcp.h341 struct mtcp_context *g_ctx[MAX_CPUS];
/mOS-networking-stack/core/include/
H A Dmtcp_api.h23 struct mtcp_context struct
28 typedef struct mtcp_context *mctx_t; argument
/mOS-networking-stack/core/src/
H A Dtcp_stream.c331 struct mtcp_context mctx; in AddMonitorStreamSockets()
395 struct mtcp_context mctx; in DestroyMonitorStreamSocket()
H A Dcore.c925 struct mtcp_context mctx = {.cpu = ctx->cpu}; in RunMainLoop()
1400 mctx = (mctx_t)calloc(1, sizeof(struct mtcp_context)); in mtcp_create_context()
1475 struct mtcp_context m; in mtcp_destroy_context()