Searched refs:HTB_EWMAC (Results 1 – 1 of 1) sorted by relevance
74 #define HTB_EWMAC 2 /* rate average over HTB_EWMAC*HTB_HSIZE sec */ macro776 #define RT_GEN(D,R) R+=D-(R/HTB_EWMAC);D=01332 cl->stats.bps = cl->rate_bytes/(HTB_EWMAC*HTB_HSIZE); in htb_dump_class()1333 cl->stats.pps = cl->rate_packets/(HTB_EWMAC*HTB_HSIZE); in htb_dump_class()