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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_rmclass.h180 u_int32_t overactions; /* # times invoked overlimit action */
213 void (*overlimit)(struct rm_class *, struct rm_class *); member in struct:rm_class
H A Dpktsched_rmclass.c167 * 1. if a packet arrives for a not-overlimit class, set cutoff
169 * 2. if cutoff is i, and a packet arrives for an overlimit class
202 * can be before overlimit action is invoked.
336 cl->overlimit = action;
835 * the class is overlimit. if the class has
936 * 0 if overlimit. As a side-effect, this routine will invoke the
937 * class overlimit action if the class if overlimit.
995 (p->overlimit)(p, top);
998 (p->overlimit)(
[all...]

Completed in 82 milliseconds