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

/darwin-on-arm/xnu/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.c380 cl->cl_qalg.ptr = NULL;
529 if (cl->cl_qalg.ptr != NULL) {
544 cl->cl_qalg.ptr = NULL;
H A Dpktsched_tcq.c352 cl->cl_qalg.ptr = NULL;
498 if (cl->cl_qalg.ptr != NULL) {
513 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.c681 if (cl->cl_qalg.ptr != NULL) {
696 cl->cl_qalg.ptr = NULL;

Completed in 34 milliseconds