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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_priq.h145 #define cl_blue cl_qalg.blue macro
H A Dpktsched_tcq.h117 #define cl_blue cl_qalg.blue macro
H A Dpktsched_priq.c376 blue_destroy(cl->cl_blue);
465 cl->cl_blue = blue_alloc(ifp, 0, 0, cl->cl_qflags);
466 if (cl->cl_blue != NULL)
540 blue_destroy(cl->cl_blue);
686 return (blue_addq(cl->cl_blue, &cl->cl_q, m, t));
756 return (blue_getq(cl->cl_blue, &cl->cl_q));
802 blue_purgeq(cl->cl_blue, &cl->cl_q, flow, &cnt, &len);
858 return (blue_updateq(cl->cl_blue, ev));
895 blue_getstats(cl->cl_blue, &sp->blue);
1226 err = blue_suspendq(cl->cl_blue,
[all...]
H A Dpktsched_tcq.c348 blue_destroy(cl->cl_blue);
437 cl->cl_blue = blue_alloc(ifp, 0, 0, cl->cl_qflags);
438 if (cl->cl_blue != NULL)
509 blue_destroy(cl->cl_blue);
647 return (blue_addq(cl->cl_blue, &cl->cl_q, m, t));
717 return (blue_getq(cl->cl_blue, &cl->cl_q));
761 blue_purgeq(cl->cl_blue, &cl->cl_q, flow, &cnt, &len);
814 return (blue_updateq(cl->cl_blue, ev));
851 blue_getstats(cl->cl_blue, &sp->blue);
1167 err = blue_suspendq(cl->cl_blue,
[all...]
H A Dpktsched_fairq.c426 blue_destroy(cl->cl_blue);
531 cl->cl_blue = blue_alloc(ifp, 0, 0, cl->cl_qflags);
532 if (cl->cl_blue != NULL)
569 blue_destroy(cl->cl_blue);
630 blue_destroy(cl->cl_blue);
871 return (blue_addq(cl->cl_blue, &b->queue, m, t));
933 m = blue_getq(cl->cl_blue, &b->queue);
1114 blue_purgeq(cl->cl_blue, &b->queue, flow, &cnt, &len);
1172 return (blue_updateq(cl->cl_blue, ev));
1217 blue_getstats(cl->cl_blue,
[all...]
H A Dpktsched_fairq.h186 #define cl_blue cl_qalg.blue macro
H A Dpktsched_qfq.h233 #define cl_blue cl_qalg.blue macro
H A Dpktsched_hfsc.h303 #define cl_blue cl_qalg.blue macro
H A Dpktsched_qfq.c621 cl->cl_blue = blue_alloc(ifp, 0, 0, cl->cl_qflags);
622 if (cl->cl_blue != NULL)
692 blue_destroy(cl->cl_blue);
1320 return (blue_addq(cl->cl_blue, &cl->cl_q, m, t));
1390 return (blue_getq(cl->cl_blue, &cl->cl_q));
1434 blue_purgeq(cl->cl_blue, &cl->cl_q, flow, &cnt, &len);
1496 return (blue_updateq(cl->cl_blue, ev));
1535 blue_getstats(cl->cl_blue, &sp->blue);
1986 err = blue_suspendq(cl->cl_blue, &cl->cl_q, FALSE);
2018 err = blue_suspendq(cl->cl_blue,
[all...]
H A Dpktsched_hfsc.c510 cl->cl_blue = blue_alloc(ifp, 0, 0, cl->cl_qflags);
511 if (cl->cl_blue != NULL)
631 blue_destroy(cl->cl_blue);
707 blue_destroy(cl->cl_blue);
941 return (blue_addq(cl->cl_blue, &cl->cl_q, m, t));
999 return (blue_getq(cl->cl_blue, &cl->cl_q));
1045 blue_purgeq(cl->cl_blue, &cl->cl_q, flow, &cnt, &len);
1165 return (blue_updateq(cl->cl_blue, ev));
1978 blue_getstats(cl->cl_blue, &sp->blue);

Completed in 89 milliseconds