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

/freebsd-current/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel_helper.h51 fqc_dodequeue(struct fq_codel_flow *q, aqm_time_t now, uint16_t *ok_to_drop, argument
58 *ok_to_drop = 0;
90 *ok_to_drop = 1;
104 uint16_t ok_to_drop; local
111 m = fqc_dodequeue(q, now, &ok_to_drop, si);
114 if (!ok_to_drop) {
137 m = fqc_dodequeue(q, now, &ok_to_drop, si);
139 if (!ok_to_drop) {
148 /* If we get here we're not in dropping state. The 'ok_to_drop'
152 } else if (ok_to_drop) {
[all...]
H A Ddn_aqm_codel.h79 codel_dodequeue(struct dn_queue *q, aqm_time_t now, uint16_t *ok_to_drop) argument
86 *ok_to_drop = 0;
122 *ok_to_drop = 1;
138 uint16_t ok_to_drop; local
144 m = codel_dodequeue(q, now, &ok_to_drop);
146 if (!ok_to_drop) {
170 m = codel_dodequeue(q, now, &ok_to_drop);
172 if (!ok_to_drop) {
182 /* If we get here we're not in dropping state. The 'ok_to_drop'
186 } else if (ok_to_drop) {
[all...]

Completed in 79 milliseconds