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

  /src/usr.sbin/mtrace/
mtrace.c 878 int g_out = ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt); local in function:stat_line
886 g_pps = g_out / timediff;
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;
913 if (-100 < g_pct && g_pct < 101 && g_out > 10)
923 g_lost, g_out, g_str, g_pps);
938 g_out, g_pps);
mtrace.c 878 int g_out = ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt); local in function:stat_line
886 g_pps = g_out / timediff;
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;
913 if (-100 < g_pct && g_pct < 101 && g_out > 10)
923 g_lost, g_out, g_str, g_pps);
938 g_out, g_pps);

Completed in 24 milliseconds