Home
last modified time | relevance | path

Searched refs:TCP_MD5SIG_MAXKEYLEN (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dtcp.h198 #define TCP_MD5SIG_MAXKEYLEN 80 macro
205 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; /* key (binary) */
/linux-4.1.27/include/net/
Dtcp.h1262 u8 key[TCP_MD5SIG_MAXKEYLEN];
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c521 if (cmd.tcpm_keylen > TCP_MD5SIG_MAXKEYLEN) in tcp_v6_parse_md5_keys()
/linux-4.1.27/net/ipv4/
Dtcp_ipv4.c1008 if (cmd.tcpm_keylen > TCP_MD5SIG_MAXKEYLEN) in tcp_v4_parse_md5_keys()