Searched defs:tcp_diag_md5sig (Results 1 – 4 of 4) sorted by relevance
261 struct tcp_diag_md5sig { struct262 __u8 tcpm_family;263 __u8 tcpm_prefixlen;264 __u16 tcpm_keylen;265 __be32 tcpm_addr[4];266 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN];
343 struct tcp_diag_md5sig { struct344 __u8 tcpm_family;345 __u8 tcpm_prefixlen;346 __u16 tcpm_keylen;347 __be32 tcpm_addr[4];348 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN];
266 struct tcp_diag_md5sig { struct267 uint8_t tcpm_family;268 uint8_t tcpm_prefixlen;269 uint16_t tcpm_keylen;270 uint32_t tcpm_addr[4];271 uint8_t tcpm_key[TCP_MD5SIG_MAXKEYLEN];
87193 struct tcp_diag_md5sig { struct87194 __u8 tcpm_family;87195 __u8 tcpm_prefixlen;87196 __u16 tcpm_keylen;87197 __be32 tcpm_addr[4];87198 __u8 tcpm_key[80];