Searched refs:tcp_md5_do_del (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | tcp_ipv4.c | 961 int tcp_md5_do_del(struct sock *sk, const union tcp_md5_addr *addr, int family) in tcp_md5_do_del() function 973 EXPORT_SYMBOL(tcp_md5_do_del); 1007 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin->sin_addr.s_addr, in tcp_v4_parse_md5_keys()
|
/linux-4.4.14/net/ipv6/ |
D | tcp_ipv6.c | 513 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin6->sin6_addr.s6_addr32[3], in tcp_v6_parse_md5_keys() 515 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin6->sin6_addr, in tcp_v6_parse_md5_keys()
|
/linux-4.4.14/include/net/ |
D | tcp.h | 1382 int tcp_md5_do_del(struct sock *sk, const union tcp_md5_addr *addr,
|