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

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_blue.h111 extern struct blue *blue_alloc(struct ifnet *, u_int32_t, u_int32_t, u_int32_t);
H A Dclassq_blue.c164 blue_alloc(struct ifnet *ifp, u_int32_t max_pmark, u_int32_t hold_time, function
/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_fairq.c531 cl->cl_blue = blue_alloc(ifp, 0, 0, cl->cl_qflags);
H A Dpktsched_priq.c466 cl->cl_blue = blue_alloc(ifp, 0, 0, cl->cl_qflags);
H A Dpktsched_rmclass.c387 cl->blue_ = blue_alloc(ifp, 0, 0, cl->qflags_);
H A Dpktsched_tcq.c442 cl->cl_blue = blue_alloc(ifp, 0, 0, cl->cl_qflags);
H A Dpktsched_hfsc.c510 cl->cl_blue = blue_alloc(ifp, 0, 0, cl->cl_qflags);
H A Dpktsched_qfq.c626 cl->cl_blue = blue_alloc(ifp, 0, 0, cl->cl_qflags);

Completed in 43 milliseconds