ifq_attach
ifq_attach(&ifp->if_snd, newops, args);
void ifq_attach(struct ifqueue *, const struct ifq_ops *, void *);
ifq_attach(&ifp->if_snd, ifq_priq_ops, NULL);
ifq_attach(&ifp->if_snd, ifq_priq_ops, NULL);
ifq_attach(&ifp->if_snd, qif->ifqops, qif->disc);