Home
last modified time | relevance | path

Searched refs:cbq_interface (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/net/altq/
Daltq_cbq.h127 struct cbq_interface { struct
146 struct cbq_interface cbq_iface; argument
153 struct cbq_interface cbq_iface;
158 struct cbq_interface cbq_iface;
165 struct cbq_interface cbq_iface;
173 struct cbq_interface cbq_iface;
179 struct cbq_interface iface;
187 #define CBQ_IF_ATTACH _IOW('Q', 1, struct cbq_interface)
188 #define CBQ_IF_DETACH _IOW('Q', 2, struct cbq_interface)
189 #define CBQ_ENABLE _IOW('Q', 3, struct cbq_interface)
[all …]
Daltq_cbq.c91 static int cbq_clear_hierarchy(struct cbq_interface *);
92 static int cbq_set_enable(struct cbq_interface *, int);
93 static int cbq_ifattach(struct cbq_interface *);
94 static int cbq_ifdetach(struct cbq_interface *);
806 struct cbq_interface *ifacep; in cbq_clear_hierarchy()
831 struct cbq_interface *ep; in cbq_set_enable()
905 struct cbq_interface *ifacep; in cbq_ifattach()
948 struct cbq_interface *ifacep; in cbq_ifdetach()
1014 struct cbq_interface iface;
1063 error = cbq_set_enable((struct cbq_interface *)addr, ENABLE);
[all …]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp724 unsigned struct_cbq_interface_sz = sizeof(cbq_interface);