Home
last modified time | relevance | path

Searched refs:md5 (Results 1 – 2 of 2) sorted by relevance

/net/ipv4/
Dtcp_output.c778 struct tcp_md5sig_key **md5) in tcp_syn_options() argument
784 *md5 = NULL; in tcp_syn_options()
788 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_syn_options()
789 if (*md5) { in tcp_syn_options()
808 if (likely(READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_timestamps) && !*md5)) { in tcp_syn_options()
861 const struct tcp_md5sig_key *md5, in tcp_synack_options() argument
870 if (md5) { in tcp_synack_options()
932 struct tcp_md5sig_key **md5) in tcp_established_options() argument
940 *md5 = NULL; in tcp_established_options()
944 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_established_options()
[all …]
/net/sctp/
DKconfig57 when in doubt select 'md5'