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

/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_qstats.c63 double avg_bytes; member in struct:queue_stats
357 rate2str((8 * cur.avg_bytes) / STAT_INTERVAL));
379 rate2str((8 * cur.avg_bytes) / STAT_INTERVAL));
399 rate2str((8 * cur.avg_bytes) / STAT_INTERVAL));
419 rate2str((8 * cur.avg_bytes) / STAT_INTERVAL));
439 rate2str((8 * cur.avg_bytes) / STAT_INTERVAL));
504 qs->avg_bytes = ((qs->avg_bytes * (n - 1)) +

Completed in 52 milliseconds