Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dtcp.h320 #define TCP_MD5SIG_MAXKEYLEN 80 macro
332 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; /* key (binary) */
341 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN];
/openbmc/linux/include/uapi/linux/
H A Dtcp.h339 #define TCP_MD5SIG_MAXKEYLEN 80 macro
351 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; /* key (binary) */
360 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN];
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c654 if (cmd.tcpm_keylen > TCP_MD5SIG_MAXKEYLEN) in tcp_v6_parse_md5_keys()
/openbmc/linux/include/net/
H A Dtcp.h1700 u8 key[TCP_MD5SIG_MAXKEYLEN];
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c1380 if (cmd.tcpm_keylen > TCP_MD5SIG_MAXKEYLEN) in tcp_v4_parse_md5_keys()