altq_attach
error = altq_attach(rqp->rq_ifq, ALTQT_BLUE, rqp,
error = altq_attach(&ifp->if_snd, ALTQT_CBQ, a->altq_disc,
error = altq_attach(&ifp->if_snd, ALTQT_CBQ, new_cbqp,
error = altq_attach(q->q_ifq, ALTQT_FIFOQ, q,
error = altq_attach(&ifp->if_snd, ALTQT_HFSC, a->altq_disc,
if ((error = altq_attach(&ifp->if_snd, ALTQT_HFSC, hif,
if ((error = altq_attach(&ifp->if_snd, ALTQT_JOBS, jif,
error = altq_attach(&ifp->if_snd, ALTQT_PRIQ, a->altq_disc,
if ((error = altq_attach(&ifp->if_snd, ALTQT_PRIQ, pif,
error = altq_attach(rqp->rq_ifq, ALTQT_RED, rqp,
error = altq_attach(rqp->rq_ifq, ALTQT_RIO, rqp,
if ((error = altq_attach(&ifp->if_snd, ALTQT_WFQ, new_wfqp,
extern int altq_attach(struct ifaltq *, int, void *,