Home
last modified time | relevance | path

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

/netbsd-src/sys/altq/
H A Daltq_rmclass.h150 void (*overlimit)(struct rm_class *, struct rm_class *); member
H A Daltq_rmclass.c128 * 1. if a packet arrives for a not-overlimit class, set cutoff
130 * 2. if cutoff is i, and a packet arrives for an overlimit class
163 * can be before overlimit action is invoked.
275 cl->overlimit = action; in rmc_newclass()
767 * the class is overlimit. if the class has in rmc_queue_packet()
872 * 0 if overlimit. As a side-effect, this routine will invoke the
873 * class overlimit action if the class if overlimit.
930 (p->overlimit)(p, top); in rmc_under_limit()
933 (p->overlimit)( in rmc_under_limit()
[all...]