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

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_sfb.h154 extern struct sfb *sfb_alloc(struct ifnet *, u_int32_t, u_int32_t, u_int32_t);
H A Dclassq_sfb.c487 sfb_alloc(struct ifnet *ifp, u_int32_t qid, u_int32_t qlim, u_int32_t flags) function
/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_fairq.c538 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
885 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
H A Dpktsched_priq.c473 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
702 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
H A Dpktsched_rmclass.c394 cl->sfb_ = sfb_alloc(ifp, qid,
1705 cl->sfb_ = sfb_alloc(ifp, cl->stats_.handle,
H A Dpktsched_tcq.c449 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
667 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
H A Dpktsched_hfsc.c517 cl->cl_sfb = sfb_alloc(ifp, qid,
955 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
H A Dpktsched_qfq.c633 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,
1342 cl->cl_sfb = sfb_alloc(ifp, cl->cl_handle,

Completed in 96 milliseconds