Home
last modified time | relevance | path

Searched refs:flow_cnt (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/core/src/
H A Dcore.c203 (unsigned)mtcp->flow_cnt, in PrintThreadNetworkStats()
322 gflow_cnt += g_mtcp[i]->flow_cnt; in PrintNetworkStats()
883 while ((!ctx->done || mtcp->flow_cnt) && !ctx->exit) { in RunMainLoop()
931 if (mtcp->flow_cnt > 0) { in RunMainLoop()
935 thresh = (int)mtcp->flow_cnt / (TS_TO_USEC(PER_STREAM_TCHECK)); in RunMainLoop()
964 if (mtcp->flow_cnt > 0) { in RunMainLoop()
988 if (end_app_exists && mtcp->flow_cnt > 0) { in RunMainLoop()
H A Dtcp_stream.c444 g_config.mos->max_concurrency, mtcp->flow_cnt);
488 mtcp->flow_cnt++;
835 mtcp->flow_cnt--;
878 TRACE_STREAM("Destroyed. Remaining flows: %u\n", mtcp->flow_cnt);
H A Dapi.c1955 return mtcp->flow_cnt / 2; in mtcp_get_connection_cnt()
1957 return mtcp->flow_cnt; in mtcp_get_connection_cnt()
/mOS-networking-stack/core/src/include/
H A Dmtcp.h227 uint32_t flow_cnt; /* number of concurrent flows */ member