Lines Matching refs:md5
549 struct tcp_md5sig_key **md5) in tcp_syn_options() argument
556 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_syn_options()
557 if (*md5) { in tcp_syn_options()
562 *md5 = NULL; in tcp_syn_options()
577 if (likely(sysctl_tcp_timestamps && !*md5)) { in tcp_syn_options()
617 const struct tcp_md5sig_key *md5, in tcp_synack_options() argument
624 if (md5) { in tcp_synack_options()
678 struct tcp_md5sig_key **md5) in tcp_established_options() argument
687 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_established_options()
688 if (unlikely(*md5)) { in tcp_established_options()
693 *md5 = NULL; in tcp_established_options()
915 struct tcp_md5sig_key *md5; in tcp_transmit_skb() local
938 tcp_options_size = tcp_syn_options(sk, skb, &opts, &md5); in tcp_transmit_skb()
941 &md5); in tcp_transmit_skb()
1002 if (md5) { in tcp_transmit_skb()
1005 md5, sk, skb); in tcp_transmit_skb()
1429 struct tcp_md5sig_key *md5; in tcp_current_mss() local
1439 header_len = tcp_established_options(sk, NULL, &opts, &md5) + in tcp_current_mss()
2957 struct tcp_md5sig_key *md5 = NULL; in tcp_make_synack() local
2985 md5 = tcp_rsk(req)->af_specific->req_md5_lookup(sk, req_to_sk(req)); in tcp_make_synack()
2987 tcp_header_size = tcp_synack_options(sk, req, mss, skb, &opts, md5, in tcp_make_synack()
3018 if (md5) in tcp_make_synack()
3020 md5, req_to_sk(req), skb); in tcp_make_synack()