Searched refs:tcp_md5_do_del (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_ipv4.c | 1208 int tcp_md5_do_del(struct sock *sk, const union tcp_md5_addr *addr, int family, in tcp_md5_do_del() function 1221 EXPORT_SYMBOL(tcp_md5_do_del); variable 1285 return tcp_md5_do_del(sk, addr, AF_INET, prefixlen, l3index); in tcp_v4_parse_md5_keys()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 646 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin6->sin6_addr.s6_addr32[3], in tcp_v6_parse_md5_keys() 649 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin6->sin6_addr, in tcp_v6_parse_md5_keys()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ipv4.c | 1292 int tcp_md5_do_del(struct sock *sk, const union tcp_md5_addr *addr, int family, in tcp_md5_do_del() function 1305 EXPORT_SYMBOL(tcp_md5_do_del); variable 1372 return tcp_md5_do_del(sk, addr, AF_INET, prefixlen, l3index, flags); in tcp_v4_parse_md5_keys()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 653 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin6->sin6_addr.s6_addr32[3], in tcp_v6_parse_md5_keys() 656 return tcp_md5_do_del(sk, (union tcp_md5_addr *)&sin6->sin6_addr, in tcp_v6_parse_md5_keys()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 1643 int tcp_md5_do_del(struct sock *sk, const union tcp_md5_addr *addr,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 1730 int tcp_md5_do_del(struct sock *sk, const union tcp_md5_addr *addr,
|
Completed in 22 milliseconds