HomeSort by: relevance | last modified time | path
    Searched defs:g_lost (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/mtrace/
mtrace.c 876 int g_lost, g_pct; local in function:stat_line
910 g_lost = g_out - (ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt));
911 if (g_out) g_pct = (g_lost * 100 + (g_out >> 1))/ g_out;
923 g_lost, g_out, g_str, g_pps);
mtrace.c 876 int g_lost, g_pct; local in function:stat_line
910 g_lost = g_out - (ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt));
911 if (g_out) g_pct = (g_lost * 100 + (g_out >> 1))/ g_out;
923 g_lost, g_out, g_str, g_pps);
mtrace.c 876 int g_lost, g_pct; local in function:stat_line
910 g_lost = g_out - (ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt));
911 if (g_out) g_pct = (g_lost * 100 + (g_out >> 1))/ g_out;
923 g_lost, g_out, g_str, g_pps);

Completed in 35 milliseconds