Searched refs:RIO_NDROPPREC (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_rio.h74 #define RIO_NDROPPREC 3 /* number of drop precedence values */ macro
106 } rio_precstate[RIO_NDROPPREC];
120 struct red_stats q_stats[RIO_NDROPPREC]; /* statistics */
H A Dclassq_rio.c170 static struct redparams default_rio_params[RIO_NDROPPREC] = {
265 for (i = 0; i < RIO_NDROPPREC; i++) {
319 for (i = 0; i < RIO_NDROPPREC; i++) {
326 #if (RIO_NDROPPREC == 3)
370 for (i = dpindex; i < RIO_NDROPPREC; i++) {
433 for (i = dpindex; i < RIO_NDROPPREC; i++)
446 for (i = dpindex; i < RIO_NDROPPREC; i++)
477 for (i = dpindex; i < RIO_NDROPPREC; i++) {
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_cbq.h148 struct red_stats red[RIO_NDROPPREC];
H A Dpktsched_priq.h114 struct red_stats red[RIO_NDROPPREC];
H A Dpktsched_tcq.h86 struct red_stats red[RIO_NDROPPREC];
H A Dpktsched_fairq.h129 struct red_stats red[RIO_NDROPPREC];
H A Dpktsched_qfq.h116 struct red_stats red[RIO_NDROPPREC];
H A Dpktsched_hfsc.h169 struct red_stats red[RIO_NDROPPREC];

Completed in 73 milliseconds