Searched refs:blue_getq (Results 1 - 8 of 8) sorted by relevance

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_blue.h115 extern struct mbuf *blue_getq(struct blue *, class_queue_t *);
H A Dclassq_blue.c331 blue_getq(struct blue *bp, class_queue_t *q) function
/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_fairq.c939 m = blue_getq(cl->cl_blue, &b->queue);
H A Dpktsched_priq.c763 return (blue_getq(cl->cl_blue, &cl->cl_q));
H A Dpktsched_rmclass.c1757 return (blue_getq(cl->blue_, &cl->q_));
H A Dpktsched_tcq.c728 return (blue_getq(cl->cl_blue, &cl->cl_q));
H A Dpktsched_hfsc.c1005 return (blue_getq(cl->cl_blue, &cl->cl_q));
H A Dpktsched_qfq.c1403 return (blue_getq(cl->cl_blue, &cl->cl_q));

Completed in 32 milliseconds