Searched refs:cl_qalg (Results 1 - 10 of 10) sorted by relevance

/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_priq.h132 } cl_qalg; member in struct:priq_class
143 #define cl_red cl_qalg.red
144 #define cl_rio cl_qalg.rio
145 #define cl_blue cl_qalg.blue
146 #define cl_sfb cl_qalg.sfb
H A Dpktsched_tcq.h105 } cl_qalg; member in struct:tcq_class
116 #define cl_red cl_qalg.red
117 #define cl_rio cl_qalg.rio
118 #define cl_blue cl_qalg.blue
119 #define cl_sfb cl_qalg.sfb
H A Dpktsched_fairq.h162 } cl_qalg; member in struct:fairq_class
184 #define cl_red cl_qalg.red
185 #define cl_rio cl_qalg.rio
186 #define cl_blue cl_qalg.blue
187 #define cl_sfb cl_qalg.sfb
H A Dpktsched_qfq.h211 } cl_qalg; member in struct:qfq_class
232 #define cl_red cl_qalg.red
233 #define cl_rio cl_qalg.rio
234 #define cl_blue cl_qalg.blue
235 #define cl_sfb cl_qalg.sfb
H A Dpktsched_hfsc.h248 } cl_qalg; member in struct:hfsc_class
301 #define cl_red cl_qalg.red
302 #define cl_rio cl_qalg.rio
303 #define cl_blue cl_qalg.blue
304 #define cl_sfb cl_qalg.sfb
H A Dpktsched_fairq.c430 cl->cl_qalg.ptr = NULL;
558 if (cl->cl_qalg.ptr != NULL) {
573 cl->cl_qalg.ptr = NULL;
619 if (cl->cl_qalg.ptr != NULL) {
634 cl->cl_qalg.ptr = NULL;
H A Dpktsched_priq.c381 cl->cl_qalg.ptr = NULL;
530 if (cl->cl_qalg.ptr != NULL) {
545 cl->cl_qalg.ptr = NULL;
H A Dpktsched_tcq.c353 cl->cl_qalg.ptr = NULL;
503 if (cl->cl_qalg.ptr != NULL) {
518 cl->cl_qalg.ptr = NULL;
H A Dpktsched_hfsc.c620 if (cl->cl_qalg.ptr != NULL) {
635 cl->cl_qalg.ptr = NULL;
696 if (cl->cl_qalg.ptr != NULL) {
711 cl->cl_qalg.ptr = NULL;
H A Dpktsched_qfq.c686 if (cl->cl_qalg.ptr != NULL) {
701 cl->cl_qalg.ptr = NULL;

Completed in 80 milliseconds