Lines Matching refs:md5
547 struct tcp_md5sig_key **md5) in tcp_syn_options() argument
554 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_syn_options()
555 if (*md5) { in tcp_syn_options()
560 *md5 = NULL; in tcp_syn_options()
575 if (likely(sysctl_tcp_timestamps && !*md5)) { in tcp_syn_options()
614 const struct tcp_md5sig_key *md5, in tcp_synack_options() argument
621 if (md5) { in tcp_synack_options()
675 struct tcp_md5sig_key **md5) in tcp_established_options() argument
684 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_established_options()
685 if (unlikely(*md5)) { in tcp_established_options()
690 *md5 = NULL; in tcp_established_options()
912 struct tcp_md5sig_key *md5; in tcp_transmit_skb() local
935 tcp_options_size = tcp_syn_options(sk, skb, &opts, &md5); in tcp_transmit_skb()
938 &md5); in tcp_transmit_skb()
997 if (md5) { in tcp_transmit_skb()
1000 md5, sk, skb); in tcp_transmit_skb()
1418 struct tcp_md5sig_key *md5; in tcp_current_mss() local
1428 header_len = tcp_established_options(sk, NULL, &opts, &md5) + in tcp_current_mss()
2951 struct tcp_md5sig_key *md5 = NULL; in tcp_make_synack() local
2993 md5 = tcp_rsk(req)->af_specific->req_md5_lookup(sk, req_to_sk(req)); in tcp_make_synack()
2996 tcp_header_size = tcp_synack_options(req, mss, skb, &opts, md5, foc) + in tcp_make_synack()
3027 if (md5) in tcp_make_synack()
3029 md5, req_to_sk(req), skb); in tcp_make_synack()