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

/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_priq.h145 #define cl_blue cl_qalg.blue macro
H A Dpktsched_tcq.h118 #define cl_blue cl_qalg.blue macro
H A Dpktsched_priq.c377 blue_destroy(cl->cl_blue);
466 cl->cl_blue = blue_alloc(ifp, 0, 0, cl->cl_qflags);
467 if (cl->cl_blue != NULL)
541 blue_destroy(cl->cl_blue);
691 return (blue_addq(cl->cl_blue, &cl->cl_q, m, t));
763 return (blue_getq(cl->cl_blue, &cl->cl_q));
809 blue_purgeq(cl->cl_blue, &cl->cl_q, flow, &cnt, &len);
865 return (blue_updateq(cl->cl_blue, ev));
902 blue_getstats(cl->cl_blue, &sp->blue);
1258 err = blue_suspendq(cl->cl_blue,
[all...]
H A Dpktsched_tcq.c349 blue_destroy(cl->cl_blue);
442 cl->cl_blue = blue_alloc(ifp, 0, 0, cl->cl_qflags);
443 if (cl->cl_blue != NULL)
514 blue_destroy(cl->cl_blue);
656 return (blue_addq(cl->cl_blue, &cl->cl_q, m, t));
728 return (blue_getq(cl->cl_blue, &cl->cl_q));
772 blue_purgeq(cl->cl_blue, &cl->cl_q, flow, &cnt, &len);
825 return (blue_updateq(cl->cl_blue, ev));
862 blue_getstats(cl->cl_blue, &sp->blue);
1205 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);
875 return (blue_addq(cl->cl_blue, &b->queue, m, t));
939 m = blue_getq(cl->cl_blue, &b->queue);
1121 blue_purgeq(cl->cl_blue, &b->queue, flow, &cnt, &len);
1179 return (blue_updateq(cl->cl_blue, ev));
1224 blue_getstats(cl->cl_blue,
[all...]
H A Dpktsched_fairq.h186 #define cl_blue cl_qalg.blue macro
H A Dpktsched_qfq.h234 #define cl_blue cl_qalg.blue macro
H A Dpktsched_hfsc.h303 #define cl_blue cl_qalg.blue macro
H A Dpktsched_qfq.c626 cl->cl_blue = blue_alloc(ifp, 0, 0, cl->cl_qflags);
627 if (cl->cl_blue != NULL)
697 blue_destroy(cl->cl_blue);
1331 return (blue_addq(cl->cl_blue, &cl->cl_q, m, t));
1403 return (blue_getq(cl->cl_blue, &cl->cl_q));
1447 blue_purgeq(cl->cl_blue, &cl->cl_q, flow, &cnt, &len);
1509 return (blue_updateq(cl->cl_blue, ev));
1548 blue_getstats(cl->cl_blue, &sp->blue);
2027 err = blue_suspendq(cl->cl_blue, &cl->cl_q, FALSE);
2059 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);
945 return (blue_addq(cl->cl_blue, &cl->cl_q, m, t));
1005 return (blue_getq(cl->cl_blue, &cl->cl_q));
1051 blue_purgeq(cl->cl_blue, &cl->cl_q, flow, &cnt, &len);
1171 return (blue_updateq(cl->cl_blue, ev));
1984 blue_getstats(cl->cl_blue, &sp->blue);

Completed in 61 milliseconds