Home | History | Annotate | Download | only in altq

Lines Matching refs:wfq_interface

69 static int		wfq_setenable(struct wfq_interface *, int);
70 static int wfq_ifattach(struct wfq_interface *);
71 static int wfq_ifdetach(struct wfq_interface *);
91 wfq_setenable(struct wfq_interface *ifacep, int flag)
112 wfq_ifattach(struct wfq_interface *ifacep)
180 wfq_ifdetach(struct wfq_interface *ifacep)
654 struct wfq_interface iface;
693 error = wfq_setenable((struct wfq_interface *)addr, ENABLE);
697 error = wfq_setenable((struct wfq_interface *)addr, DISABLE);
701 error = wfq_ifattach((struct wfq_interface *)addr);
705 error = wfq_ifdetach((struct wfq_interface *)addr);