Lines Matching refs:md5
589 struct tcp_md5sig_key **md5) in tcp_syn_options() argument
595 *md5 = NULL; in tcp_syn_options()
599 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_syn_options()
600 if (*md5) { in tcp_syn_options()
619 if (likely(sock_net(sk)->ipv4.sysctl_tcp_timestamps && !*md5)) { in tcp_syn_options()
661 const struct tcp_md5sig_key *md5, in tcp_synack_options() argument
668 if (md5) { in tcp_synack_options()
724 struct tcp_md5sig_key **md5) in tcp_established_options() argument
732 *md5 = NULL; in tcp_established_options()
736 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_established_options()
737 if (*md5) { in tcp_established_options()
1023 struct tcp_md5sig_key *md5; in __tcp_transmit_skb() local
1054 tcp_options_size = tcp_syn_options(sk, skb, &opts, &md5); in __tcp_transmit_skb()
1057 &md5); in __tcp_transmit_skb()
1134 if (md5) { in __tcp_transmit_skb()
1137 md5, sk, skb); in __tcp_transmit_skb()
1592 struct tcp_md5sig_key *md5; in tcp_current_mss() local
1602 header_len = tcp_established_options(sk, NULL, &opts, &md5) + in tcp_current_mss()
3252 struct tcp_md5sig_key *md5 = NULL; in tcp_make_synack() local
3304 md5 = tcp_rsk(req)->af_specific->req_md5_lookup(sk, req_to_sk(req)); in tcp_make_synack()
3307 tcp_header_size = tcp_synack_options(sk, req, mss, skb, &opts, md5, in tcp_make_synack()
3334 if (md5) in tcp_make_synack()
3336 md5, req_to_sk(req), skb); in tcp_make_synack()