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

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_red.h148 extern red_t *red_alloc(struct ifnet *, int, int, int, int, int, int);
H A Dclassq_red.c217 red_alloc(struct ifnet *ifp, int weight, int inv_pmax, int th_min, function
/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_fairq.c520 cl->cl_red = red_alloc(ifp, 0, 0,
H A Dpktsched_priq.c447 cl->cl_red = red_alloc(ifp, 0, 0,
H A Dpktsched_rmclass.c369 cl->red_ = red_alloc(ifp, 0, 0,
H A Dpktsched_tcq.c423 cl->cl_red = red_alloc(ifp, 0, 0,
H A Dpktsched_hfsc.c491 cl->cl_red = red_alloc(ifp, 0, 0,
H A Dpktsched_qfq.c607 cl->cl_red = red_alloc(ifp, 0, 0,

Completed in 113 milliseconds