Searched refs:g_out (Results 1 – 1 of 1) sorted by relevance
850 int g_out = ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt); in stat_line() local858 g_pps = g_out / timediff; in stat_line()882 g_lost = g_out - (ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt)); in stat_line()883 if (g_out) g_pct = (g_lost * 100 + (g_out >> 1))/ g_out; in stat_line()885 if (-100 < g_pct && g_pct < 101 && g_out > 10) in stat_line()895 g_lost, g_out, g_str, g_pps); in stat_line()910 g_out, g_pps); in stat_line()