Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sched/
Dsch_htb.c152 unsigned long rate_bytes,sum_bytes; member
796 cl->classid,cl->sum_bytes,cl->sum_packets); in htb_rate_timer()
797 RT_GEN (cl->sum_bytes,cl->rate_bytes); in htb_rate_timer()
864 cl->sum_bytes += bytes; cl->sum_packets++; in htb_charge_class()