Lines Matching refs:md5
568 struct tcp_md5sig_key **md5) in tcp_syn_options() argument
578 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_syn_options()
579 if (*md5) { in tcp_syn_options()
584 *md5 = NULL; in tcp_syn_options()
599 if (likely(sysctl_tcp_timestamps && *md5 == NULL)) { in tcp_syn_options()
622 if (*md5 == NULL && in tcp_syn_options()
670 struct tcp_md5sig_key **md5, in tcp_synack_options() argument
680 *md5 = tcp_rsk(req)->af_specific->md5_lookup(sk, req); in tcp_synack_options()
681 if (*md5) { in tcp_synack_options()
693 *md5 = NULL; in tcp_synack_options()
720 if (*md5 == NULL && in tcp_synack_options()
747 struct tcp_md5sig_key **md5) in tcp_established_options() argument
755 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_established_options()
756 if (unlikely(*md5)) { in tcp_established_options()
761 *md5 = NULL; in tcp_established_options()
805 struct tcp_md5sig_key *md5; in tcp_transmit_skb() local
832 tcp_options_size = tcp_syn_options(sk, skb, &opts, &md5); in tcp_transmit_skb()
835 &md5); in tcp_transmit_skb()
887 if (md5) { in tcp_transmit_skb()
890 md5, sk, NULL, skb); in tcp_transmit_skb()
1266 struct tcp_md5sig_key *md5; in tcp_current_mss() local
1276 header_len = tcp_established_options(sk, NULL, &opts, &md5) + in tcp_current_mss()
2455 struct tcp_md5sig_key *md5; in tcp_make_synack() local
2504 skb, &opts, &md5, xvp) in tcp_make_synack()
2568 if (md5) { in tcp_make_synack()
2570 md5, NULL, req, skb); in tcp_make_synack()