Home
last modified time | relevance | path

Searched refs:mtcp_create_context (Results 1 – 11 of 11) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dmtcp_api.h168 mtcp_create_context(int cpu);
/mOS-networking-stack/core/include/
H A Dmtcp_api.h168 mtcp_create_context(int cpu);
/mOS-networking-stack/samples/nat/
H A Dnat.c254 if (!(mctx_list[i] = mtcp_create_context(i))) { in main()
/mOS-networking-stack/samples/midstat/
H A Dmidstat.c309 if (!(g_mctx[i] = mtcp_create_context(i))) { in main()
/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c383 ctx->mctx = mtcp_create_context(core); in CreateAndInitThreadContext()
/mOS-networking-stack/samples/epserver/
H A Depserver-mp.c594 mctx = mtcp_create_context(core); in RunMTCP()
H A Depserver.c595 mctx = mtcp_create_context(core); in RunMTCP()
/mOS-networking-stack/samples/epwget/
H A Depwget.c793 mctx = mtcp_create_context(core); in RunMTCP()
H A Depwget-mp.c791 mctx = mtcp_create_context(core); in RunMTCP()
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dserver.c632 srv->mctx = mtcp_create_context(cpu); in start_server()
/mOS-networking-stack/core/src/
H A Dcore.c1369 mtcp_create_context(int cpu) in mtcp_create_context() function