Home
last modified time | relevance | path

Searched refs:altq_attach (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/altq/
Dif_altq.h162 extern int altq_attach(struct ifaltq *, int, void *,
Daltq_cbq.c199 error = altq_attach(&ifp->if_snd, ALTQT_CBQ, a->altq_disc, in cbq_pfattach()
Daltq_priq.c79 error = altq_attach(&ifp->if_snd, ALTQT_PRIQ, a->altq_disc, in priq_pfattach()
Daltq_subr.c94 altq_attach(ifq, type, discipline, enqueue, dequeue, request, clfier, classify) in altq_attach() function
Daltq_hfsc.c140 error = altq_attach(&ifp->if_snd, ALTQT_HFSC, a->altq_disc, in hfsc_pfattach()