Searched refs:altq_attach (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/net/altq/ |
| H A D | if_altq.h | 168 extern int altq_attach(struct ifaltq *, int, void *,
|
| H A D | altq_codel.c | 87 return (altq_attach(&ifp->if_snd, ALTQT_CODEL, a->altq_disc, in codel_pfattach()
|
| H A D | altq_cbq.c | 218 error = altq_attach(&ifp->if_snd, ALTQT_CBQ, a->altq_disc, in cbq_pfattach()
|
| H A D | altq_priq.c | 89 error = altq_attach(&ifp->if_snd, ALTQT_PRIQ, a->altq_disc, in priq_pfattach()
|
| H A D | altq_fairq.c | 144 error = altq_attach(&ifp->if_snd, ALTQT_FAIRQ, a->altq_disc, in fairq_pfattach()
|
| H A D | altq_subr.c | 139 altq_attach(ifq, type, discipline, enqueue, dequeue, request, clfier, classify) in altq_attach() function
|
| H A D | altq_hfsc.c | 152 error = altq_attach(&ifp->if_snd, ALTQT_HFSC, a->altq_disc, in hfsc_pfattach()
|