Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dtcp.h205 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN]; /* key (binary) */ member
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c526 AF_INET, cmd.tcpm_key, cmd.tcpm_keylen, GFP_KERNEL); in tcp_v6_parse_md5_keys()
529 AF_INET6, cmd.tcpm_key, cmd.tcpm_keylen, GFP_KERNEL); in tcp_v6_parse_md5_keys()
/linux-4.1.27/net/ipv4/
Dtcp_ipv4.c1012 AF_INET, cmd.tcpm_key, cmd.tcpm_keylen, in tcp_v4_parse_md5_keys()