Searched refs:altq_attach (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/net/altq/
H A Dif_altq.h161 extern int altq_attach(struct ifaltq *, u_int32_t, void *,
H A Daltq_fairq.c131 error = altq_attach(IFCQ_ALTQ(&ifp->if_snd), ALTQT_FAIRQ, a->altq_disc,
H A Daltq_priq.c98 error = altq_attach(IFCQ_ALTQ(&ifp->if_snd), ALTQT_PRIQ, a->altq_disc,
H A Daltq_qfq.c69 error = altq_attach(IFCQ_ALTQ(&ifp->if_snd), ALTQT_QFQ, a->altq_disc,
H A Daltq_cbq.c98 error = altq_attach(IFCQ_ALTQ(&ifp->if_snd), ALTQT_CBQ, a->altq_disc,
H A Daltq_hfsc.c100 error = altq_attach(IFCQ_ALTQ(&ifp->if_snd), ALTQT_HFSC, a->altq_disc,
H A Daltq_subr.c117 altq_attach(struct ifaltq *altq, u_int32_t type, void *discipline, function

Completed in 18 milliseconds