HomeSort by: relevance | last modified time | path
    Searched refs:overlimit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_rmclass.h 117 u_int overactions; /* # times invoked overlimit action */
150 void (*overlimit)(struct rm_class *, struct rm_class *); member in struct:rm_class
altq_rmclass.c 128 * 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;
767 * the class is overlimit. if the class has
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);
933 (p->overlimit)(p, NULL)
    [all...]

Completed in 369 milliseconds