1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _UAPI__TIPC_SOCKETS_DIAG_H__ 7 #define _UAPI__TIPC_SOCKETS_DIAG_H__ 8 #include <linux/types.h> 9 #include <linux/sock_diag.h> 10 struct tipc_sock_diag_req { 11 __u8 sdiag_family; 12 __u8 sdiag_protocol; 13 __u16 pad; 14 __u32 tidiag_states; 15 }; 16 #endif 17