Searched refs:tcpm_key (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/uapi/linux/ |
D | tcp.h | 333 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; /* key (binary) */ member 342 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; member
|
/linux-6.1.9/tools/include/uapi/linux/ |
D | tcp.h | 332 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; /* key (binary) */ member 341 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; member
|
/linux-6.1.9/net/ipv4/ |
D | tcp_diag.c | 44 memcpy(info->tcpm_key, key->key, key->keylen); in tcp_diag_md5sig_fill()
|
D | tcp_ipv4.c | 1314 cmd.tcpm_key, cmd.tcpm_keylen, GFP_KERNEL); in tcp_v4_parse_md5_keys()
|
/linux-6.1.9/net/ipv6/ |
D | tcp_ipv6.c | 668 cmd.tcpm_key, cmd.tcpm_keylen, in tcp_v6_parse_md5_keys() 673 cmd.tcpm_key, cmd.tcpm_keylen, GFP_KERNEL); in tcp_v6_parse_md5_keys()
|
/linux-6.1.9/tools/testing/selftests/net/ |
D | nettest.c | 270 memcpy(md5sig.tcpm_key, args->password, keylen); in tcp_md5sig()
|