Searched refs:pktlimit (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 1363 fq_if_dequeue(fq_if_t *fqs, fq_if_classq_t *fq_cl, uint32_t pktlimit, in fq_if_dequeue() argument 1401 VERIFY(pktlimit > 0 && bytelimit > 0 && top != NULL); in fq_if_dequeue() 1422 pktlimit, head, tail, &bytecnt, &pktcnt, &qempty, in fq_if_dequeue() 1453 pktlimit, head, tail, &bytecnt, &pktcnt, &qempty, 0); in fq_if_dequeue()
|