Searched refs:tcp_md5_do_del (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 675 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin6->sin6_addr.s6_addr32[3], in tcp_v6_parse_md5_keys() 678 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin6->sin6_addr, in tcp_v6_parse_md5_keys()
|
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 1446 int tcp_md5_do_del(struct sock *sk, const union tcp_md5_addr *addr, int family, function 1527 return tcp_md5_do_del(sk, addr, AF_INET, prefixlen, l3index, flags);
|
| /linux/include/net/ |
| H A D | tcp.h | 2064 int tcp_md5_do_del(struct sock *sk, const union tcp_md5_addr *addr,
|