Searched refs:md5_lookup (Results 1 – 5 of 5) sorted by relevance
316 key = tp->af_specific->md5_lookup(sk, sk); in tcp_time_wait()542 if (newtp->af_specific->md5_lookup(sk, newsk)) in tcp_create_openreq_child()
554 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_syn_options()684 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_established_options()3072 if (tp->af_specific->md5_lookup(sk, sk)) in tcp_connect_init()
1762 .md5_lookup = tcp_v4_md5_lookup,
1596 .md5_lookup = tcp_v6_md5_lookup,1627 .md5_lookup = tcp_v4_md5_lookup,
1694 struct tcp_md5sig_key *(*md5_lookup) (const struct sock *sk, member