1 #define SOCK_DIAG_BY_FAMILY 20 2 3 struct sock_diag_req { 4 uint8_t sdiag_family; 5 uint8_t sdiag_protocol; 6 }; 7