Home
last modified time | relevance | path

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

/openbsd-src/sbin/pfctl/
H A Dpfctl_queue.c52 u_int64_t prev_bytes; member
246 if (stats->xmit_cnt.bytes >= s->prev_bytes) in update_avg()
248 (stats->xmit_cnt.bytes - s->prev_bytes)) / in update_avg()
256 s->prev_bytes = stats->xmit_cnt.bytes; in update_avg()