Searched refs:total_bytecnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 1105 uint32_t total_pktcnt = 0, total_bytecnt = 0; in fq_if_dequeue_common() local 1208 (maxbytecnt - total_bytecnt), &head, &tail, &pktcnt, in fq_if_dequeue_common() 1228 total_bytecnt += bytecnt; in fq_if_dequeue_common() 1258 if (total_pktcnt >= maxpktcnt || total_bytecnt >= maxbytecnt) { in fq_if_dequeue_common() 1288 *retbytecnt = total_bytecnt; in fq_if_dequeue_common() 1295 IFCQ_XMIT_ADD(ifq, total_pktcnt, total_bytecnt); in fq_if_dequeue_common() 1339 u_int32_t total_pktcnt = 0, total_bytecnt = 0; in fq_if_dequeue_sc_separate() local 1377 while (total_pktcnt < maxpktcnt && total_bytecnt < maxbytecnt && in fq_if_dequeue_sc_separate() 1386 (maxbytecnt - total_bytecnt), &head, &tail, &pktcnt, in fq_if_dequeue_sc_separate() 1398 total_bytecnt += bytecnt; in fq_if_dequeue_sc_separate() [all …]
|