Home
last modified time | relevance | path

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

/netbsd-src/sys/altq/
H A Daltq_cbq.h79 u_int overactions; /* # times invoked overlimit action */ member
H A Daltq_rmclass.h117 u_int overactions; /* # times invoked overlimit action */ member
H A Daltq_cbq.c220 statsp->overactions = cl->stats_.overactions; in get_class_stats()
1108 printf("over=%d\n, borrows=%d, drops=%d, overactions=%d, delays=%d\n",
1110 s->overactions, s->delays);
H A Daltq_rmclass.c1495 cl->stats_.overactions++; in rmc_delay_action()
/netbsd-src/usr.sbin/altq/altqstat/
H A Dqdisc_cbq.c123 sp->over, sp->overactions); in cbq_stat_loop()