Searched refs:tcpm_key (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/uapi/linux/ |
D | tcp.h | 320 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; /* key (binary) */ member 329 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; member
|
/Linux-v5.4/net/ipv4/ |
D | tcp_diag.c | 44 memcpy(info->tcpm_key, key->key, key->keylen); in tcp_diag_md5sig_fill()
|
D | tcp_ipv4.c | 1180 AF_INET, prefixlen, cmd.tcpm_key, cmd.tcpm_keylen, in tcp_v4_parse_md5_keys()
|
/Linux-v5.4/net/ipv6/ |
D | tcp_ipv6.c | 585 AF_INET, prefixlen, cmd.tcpm_key, in tcp_v6_parse_md5_keys() 589 AF_INET6, prefixlen, cmd.tcpm_key, in tcp_v6_parse_md5_keys()
|
/Linux-v5.4/tools/testing/selftests/net/ |
D | nettest.c | 214 memcpy(md5sig.tcpm_key, password, keylen); in tcp_md5sig()
|