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

  /src/dist/pf/sbin/pfctl/
pfctl_qstats.c 55 double avg_bytes; member in struct:queue_stats
309 rate2str((8 * cur.avg_bytes) / STAT_INTERVAL));
329 rate2str((8 * cur.avg_bytes) / STAT_INTERVAL));
349 rate2str((8 * cur.avg_bytes) / STAT_INTERVAL));
406 qs->avg_bytes = ((qs->avg_bytes * (n - 1)) +

Completed in 14 milliseconds