Searched refs:tcp_md5_key_copy (Results 1 – 3 of 3) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_ipv4.c | 1451 int tcp_md5_key_copy(struct sock *sk, const union tcp_md5_addr *addr, function 1481 EXPORT_IPV6_MOD(tcp_md5_key_copy); 1823 if (tcp_md5_key_copy(newsk, addr, AF_INET, 32, l3index, key))
|
/linux/include/net/ |
H A D | tcp.h | 1901 int tcp_md5_key_copy(struct sock *sk, const union tcp_md5_addr *addr,
|
/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 1528 if (tcp_md5_key_copy(newsk, addr, AF_INET6, 128, l3index, key))
|