Home
last modified time | relevance | path

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

/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_qstats.c55 double avg_bytes; member
309 rate2str((8 * cur.avg_bytes) / STAT_INTERVAL)); in print_cbqstats()
329 rate2str((8 * cur.avg_bytes) / STAT_INTERVAL)); in print_priqstats()
349 rate2str((8 * cur.avg_bytes) / STAT_INTERVAL)); in print_hfscstats()
406 qs->avg_bytes = ((qs->avg_bytes * (n - 1)) + in update_avg()