Home
last modified time | relevance | path

Searched refs:rounds_tx (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dstat.h11 uint64_t rounds_tx; member
/mOS-networking-stack/core/src/
H A Dcore.c224 rs->rounds_tx = mtcp->runstat.rounds_tx - mtcp->p_runstat.rounds_tx; in PrintThreadRoundStats()
238 rs->rounds_tx / ROUND_DIV, rs->rounds_tx_try / ROUND_DIV, in PrintThreadRoundStats()
384 g_runstat.rounds_tx += rs.rounds_tx; in PrintNetworkStats()
397 g_runstat.rounds_rx_try / 1000, g_runstat.rounds_tx / 1000, in PrintNetworkStats()