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

/freebsd-13-stable/tests/sys/netpfil/pf/
H A DMakefile35 frag-overlimit.py \
43 ${PACKAGE}FILESMODE_frag-overlimit.py= 0555
H A Dfragmentation.sh254 atf_test_case "overlimit" "cleanup"
264 frag_common overlimit
279 atf_add_test_case "overlimit"
/freebsd-13-stable/sys/net/altq/
H A Daltq_rmclass.h132 u_int overactions; /* # times invoked overlimit action */
165 void (*overlimit)(struct rm_class *, struct rm_class *); member in struct:rm_class
H A Daltq_rmclass.c111 * 1. if a packet arrives for a not-overlimit class, set cutoff
113 * 2. if cutoff is i, and a packet arrives for an overlimit class
146 * can be before overlimit action is invoked.
265 cl->overlimit = action;
765 * the class is overlimit. if the class has
870 * 0 if overlimit. As a side-effect, this routine will invoke the
871 * class overlimit action if the class if overlimit.
924 (p->overlimit)(p, top);
927 (p->overlimit)(
[all...]

Completed in 105 milliseconds