Lines Matching refs:md5
593 struct tcp_md5sig_key **md5) in tcp_syn_options() argument
599 *md5 = NULL; in tcp_syn_options()
602 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_syn_options()
603 if (*md5) { in tcp_syn_options()
622 if (likely(sock_net(sk)->ipv4.sysctl_tcp_timestamps && !*md5)) { in tcp_syn_options()
664 const struct tcp_md5sig_key *md5, in tcp_synack_options() argument
671 if (md5) { in tcp_synack_options()
727 struct tcp_md5sig_key **md5) in tcp_established_options() argument
735 *md5 = NULL; in tcp_established_options()
738 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_established_options()
739 if (*md5) { in tcp_established_options()
1026 struct tcp_md5sig_key *md5; in __tcp_transmit_skb() local
1055 tcp_options_size = tcp_syn_options(sk, skb, &opts, &md5); in __tcp_transmit_skb()
1058 &md5); in __tcp_transmit_skb()
1124 if (md5) { in __tcp_transmit_skb()
1127 md5, sk, skb); in __tcp_transmit_skb()
1567 struct tcp_md5sig_key *md5; in tcp_current_mss() local
1577 header_len = tcp_established_options(sk, NULL, &opts, &md5) + in tcp_current_mss()
3169 struct tcp_md5sig_key *md5 = NULL; in tcp_make_synack() local
3215 md5 = tcp_rsk(req)->af_specific->req_md5_lookup(sk, req_to_sk(req)); in tcp_make_synack()
3218 tcp_header_size = tcp_synack_options(sk, req, mss, skb, &opts, md5, in tcp_make_synack()
3245 if (md5) in tcp_make_synack()
3247 md5, req_to_sk(req), skb); in tcp_make_synack()