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