Searched refs:tcpm_key (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | tcp.h | 283 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; /* key (binary) */ member 292 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; member
|
/Linux-v4.19/net/ipv4/ |
D | tcp_diag.c | 47 memcpy(info->tcpm_key, key->key, key->keylen); in tcp_diag_md5sig_fill()
|
D | tcp_ipv4.c | 1165 AF_INET, prefixlen, cmd.tcpm_key, cmd.tcpm_keylen, in tcp_v4_parse_md5_keys()
|
/Linux-v4.19/net/ipv6/ |
D | tcp_ipv6.c | 573 AF_INET, prefixlen, cmd.tcpm_key, in tcp_v6_parse_md5_keys() 577 AF_INET6, prefixlen, cmd.tcpm_key, in tcp_v6_parse_md5_keys()
|