Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/test/
H A Ddn_test.h120 uint64_t sch_bytes; member
H A Dmain.c175 _q->ni.sch_bytes = si->ni.bytes; in gnet_stats_enq()
191 double sch_bytes = (double)si->ni.bytes - _q->ni.sch_bytes; in gnet_stats_deq() local
193 double wfi = sch_bytes * weight - bytes; in gnet_stats_deq()