Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/mtrace/
Dmtrace.c847 int g_lost, g_pct; in stat_line() local
881 g_lost = g_out - (ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt)); in stat_line()
882 if (g_out) g_pct = (g_lost * 100 + (g_out >> 1))/ g_out; in stat_line()
894 g_lost, g_out, g_str, g_pps); in stat_line()