Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_ipv4.c1140 int tcp_md5_do_add(struct sock *sk, const union tcp_md5_addr *addr, in tcp_md5_do_add() function
1200 EXPORT_SYMBOL(tcp_md5_do_add);
1284 return tcp_md5_do_add(sk, addr, AF_INET, prefixlen, l3index, in tcp_v4_parse_md5_keys()
1603 tcp_md5_do_add(newsk, addr, AF_INET, 32, l3index, in tcp_v4_syn_recv_sock()
/kernel/linux/linux-5.10/net/ipv6/
Dtcp_ipv6.c657 return tcp_md5_do_add(sk, (union tcp_md5_addr *)&sin6->sin6_addr.s6_addr32[3], in tcp_v6_parse_md5_keys()
662 return tcp_md5_do_add(sk, (union tcp_md5_addr *)&sin6->sin6_addr, in tcp_v6_parse_md5_keys()
1397 tcp_md5_do_add(newsk, (union tcp_md5_addr *)&newsk->sk_v6_daddr, in tcp_v6_syn_recv_sock()
/kernel/linux/linux-5.10/include/net/
Dtcp.h1622 int tcp_md5_do_add(struct sock *sk, const union tcp_md5_addr *addr,