Searched refs:g_mtcp (Results 1 – 5 of 5) sorted by relevance
73 mtcp_manager_t mtcp = g_mtcp[mctx->cpu]; in AllocateSocket()135 mtcp_manager_t mtcp = g_mtcp[mctx->cpu]; in FreeSocket()175 return &g_mtcp[mctx->cpu]->smap[sockid]; in GetSocket()
320 PrintThreadNetworkStats(g_mtcp[i], &ns); in PrintNetworkStats()322 gflow_cnt += g_mtcp[i]->flow_cnt; in PrintNetworkStats()379 PrintThreadRoundStats(g_mtcp[i], &rs); in PrintNetworkStats()405 PrintThreadRoundTime(g_mtcp[i]); in PrintNetworkStats()412 if (running[i] && g_mtcp[i]->ep) { in PrintNetworkStats()413 PrintEventStat(i, &g_mtcp[i]->ep->stat); in PrintNetworkStats()1093 g_mtcp[ctx->cpu] = mtcp; in InitializeMTCPManager()1714 g_mtcp[i] = NULL; in mtcp_init()
64 if (!g_mtcp[mctx->cpu] || g_mtcp[mctx->cpu]->ctx->done || g_mtcp[mctx->cpu]->ctx->exit) { in GetMTCPManager()69 return g_mtcp[mctx->cpu]; in GetMTCPManager()
94 mtcp_manager_t mtcp = g_mtcp[mctx->cpu]; in mtcp_epoll_create()
340 struct mtcp_manager *g_mtcp[MAX_CPUS]; variable