Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Dif_altq.h162 extern int altq_attach(struct ifaltq *, int, void *,
H A Daltq_codel.c86 return (altq_attach(&ifp->if_snd, ALTQT_CODEL, a->altq_disc, in codel_pfattach()
H A Daltq_cbq.c218 error = altq_attach(&ifp->if_snd, ALTQT_CBQ, a->altq_disc, in cbq_pfattach()
H A Daltq_priq.c89 error = altq_attach(&ifp->if_snd, ALTQT_PRIQ, a->altq_disc, in priq_pfattach()
H A Daltq_fairq.c144 error = altq_attach(&ifp->if_snd, ALTQT_FAIRQ, a->altq_disc, in fairq_pfattach()
H A Daltq_subr.c164 altq_attach(struct ifaltq *ifq, int type, void *discipline, in altq_attach() function
H A Daltq_hfsc.c152 error = altq_attach(&ifp->if_snd, ALTQT_HFSC, a->altq_disc, in hfsc_pfattach()