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

  /src/usr.sbin/mtrace/
mtrace.c 877 int v_out = ntohl(s->tr_vifout) - ntohl(r->tr_vifout); local in function:stat_line
885 v_pps = v_out / timediff;
888 if ((v_out && (s->tr_vifout != 0xFFFFFFFF && s->tr_vifout != 0)) ||
903 v_lost = v_out - (ntohl(s->tr_vifin) - ntohl(r->tr_vifin));
904 if (v_out) v_pct = (v_lost * 100 + (v_out >> 1)) / v_out;
906 if (-100 < v_pct && v_pct < 101 && v_out > 10)
918 v_lost, v_out, v_str, v_pps);
927 v_out = ntohl(s->tr_vifin) - ntohl(r->tr_vifin)
    [all...]

Completed in 46 milliseconds