Home
last modified time | relevance | path

Searched refs:tcpm_key (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dtcp.h332 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; /* key (binary) */ member
341 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; member
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c194 memcpy(md5sig.tcpm_key, password, pwd_len); in __test_set_md5()
/linux/net/ipv6/
H A Dtcp_ipv6.c678 cmd.tcpm_key, cmd.tcpm_keylen); in tcp_v6_parse_md5_keys()
690 cmd.tcpm_key, cmd.tcpm_keylen); in tcp_v6_parse_md5_keys()
/linux/tools/testing/selftests/net/
H A Dnettest.c273 memcpy(md5sig.tcpm_key, args->password, keylen); in tcp_md5sig()