Searched refs:codel_should_drop (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/net/altq/ |
| H A D | altq_codel.c | 64 static int codel_should_drop(struct codel *, class_queue_t *, 311 codel_should_drop(struct codel *c, class_queue_t *q, struct mbuf *m, in codel_should_drop() function 401 drop = codel_should_drop(c, q, m, now); in codel_getq() 425 if (!codel_should_drop(c, q, m, now)) in codel_getq() 442 drop = codel_should_drop(c, q, m, now); in codel_getq()
|