Home
last modified time | relevance | path

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

/openbsd/usr.sbin/mtrace/
H A Dmtrace.c848 int v_out = ntohl(s->tr_vifout) - ntohl(r->tr_vifout); in stat_line() local
856 v_pps = v_out / timediff; in stat_line()
859 if ((v_out && (s->tr_vifout != 0xFFFFFFFF && s->tr_vifout != 0)) || in stat_line()
874 v_lost = v_out - (ntohl(s->tr_vifin) - ntohl(r->tr_vifin)); in stat_line()
875 if (v_out) v_pct = (v_lost * 100 + (v_out >> 1)) / v_out; in stat_line()
877 if (-100 < v_pct && v_pct < 101 && v_out > 10) in stat_line()
889 v_lost, v_out, v_str, v_pps); in stat_line()
898 v_out = ntohl(s->tr_vifin) - ntohl(r->tr_vifin); in stat_line()
899 v_pps = v_out / timediff; in stat_line()
904 v_out, v_pps); in stat_line()