Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net/altq/
H A Daltq_red.h36 struct red_interface { struct
41 struct red_interface iface; argument
67 struct red_interface iface;
107 #define RED_IF_ATTACH _IOW('Q', 1, struct red_interface)
108 #define RED_IF_DETACH _IOW('Q', 2, struct red_interface)
109 #define RED_ENABLE _IOW('Q', 3, struct red_interface)
110 #define RED_DISABLE _IOW('Q', 4, struct red_interface)
H A Daltq_red.c766 struct red_interface *ifacep;
789 ifacep = (struct red_interface *)addr;
798 ifacep = (struct red_interface *)addr;
807 ifp = ifunit(((struct red_interface *)addr)->red_ifname);
863 ifacep = (struct red_interface *)addr;
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc634 unsigned struct_red_interface_sz = sizeof(red_interface);