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

/macosx-10.9.5/xnu-2422.115.4/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.h104 } cl_qalg; member in struct:tcq_class
115 #define cl_red cl_qalg.red
116 #define cl_rio cl_qalg.rio
117 #define cl_blue cl_qalg.blue
118 #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.h210 } cl_qalg; member in struct:qfq_class
231 #define cl_red cl_qalg.red
232 #define cl_rio cl_qalg.rio
233 #define cl_blue cl_qalg.blue
234 #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;
499 if (cl->cl_qalg.ptr != NULL) {
514 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.c682 if (cl->cl_qalg.ptr != NULL) {
697 cl->cl_qalg.ptr = NULL;

Completed in 149 milliseconds