Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dtcp.h330 __u16 tcpm_keylen; /* key length */ member
339 __u16 tcpm_keylen; member
/Linux-v5.10/net/ipv4/
Dtcp_diag.c43 info->tcpm_keylen = key->keylen; in tcp_diag_md5sig_fill()
Dtcp_ipv4.c1254 if (!cmd.tcpm_keylen) in tcp_v4_parse_md5_keys()
1257 if (cmd.tcpm_keylen > TCP_MD5SIG_MAXKEYLEN) in tcp_v4_parse_md5_keys()
1261 cmd.tcpm_key, cmd.tcpm_keylen, GFP_KERNEL); in tcp_v4_parse_md5_keys()
/Linux-v5.10/net/ipv6/
Dtcp_ipv6.c624 if (!cmd.tcpm_keylen) { in tcp_v6_parse_md5_keys()
633 if (cmd.tcpm_keylen > TCP_MD5SIG_MAXKEYLEN) in tcp_v6_parse_md5_keys()
639 cmd.tcpm_key, cmd.tcpm_keylen, in tcp_v6_parse_md5_keys()
644 cmd.tcpm_key, cmd.tcpm_keylen, GFP_KERNEL); in tcp_v6_parse_md5_keys()
/Linux-v5.10/tools/testing/selftests/net/
Dnettest.c217 md5sig.tcpm_keylen = keylen; in tcp_md5sig()