HomeSort by: relevance | last modified time | path
    Searched refs:wfq_interface (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/altq/
altq_wfq.h 42 struct wfq_interface{ struct
47 struct wfq_interface iface;
55 struct wfq_interface iface;
68 struct wfq_interface iface;
74 struct wfq_interface iface;
85 #define WFQ_IF_ATTACH _IOW('Q', 1, struct wfq_interface)
86 #define WFQ_IF_DETACH _IOW('Q', 2, struct wfq_interface)
87 #define WFQ_ENABLE _IOW('Q', 3, struct wfq_interface)
88 #define WFQ_DISABLE _IOW('Q', 4, struct wfq_interface)
altq_wfq.c 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)
    [all...]
  /src/usr.sbin/altq/libaltq/
qop_wfq.c 204 struct wfq_interface iface;
245 struct wfq_interface iface;
263 struct wfq_interface iface;
276 struct wfq_interface iface;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 904 unsigned struct_wfq_interface_sz = sizeof(wfq_interface);

Completed in 45 milliseconds