Lines Matching refs:md5
770 struct tcp_md5sig_key **md5) in tcp_syn_options() argument
776 *md5 = NULL; in tcp_syn_options()
780 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_syn_options()
781 if (*md5) { in tcp_syn_options()
800 if (likely(READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_timestamps) && !*md5)) { in tcp_syn_options()
853 const struct tcp_md5sig_key *md5, in tcp_synack_options() argument
862 if (md5) { in tcp_synack_options()
924 struct tcp_md5sig_key **md5) in tcp_established_options() argument
932 *md5 = NULL; in tcp_established_options()
936 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_established_options()
937 if (*md5) { in tcp_established_options()
1253 struct tcp_md5sig_key *md5; in __tcp_transmit_skb() local
1286 tcp_options_size = tcp_syn_options(sk, skb, &opts, &md5); in __tcp_transmit_skb()
1289 &md5); in __tcp_transmit_skb()
1374 if (md5) { in __tcp_transmit_skb()
1377 md5, sk, skb); in __tcp_transmit_skb()
1830 struct tcp_md5sig_key *md5; in tcp_current_mss() local
1840 header_len = tcp_established_options(sk, NULL, &opts, &md5) + in tcp_current_mss()
3636 struct tcp_md5sig_key *md5 = NULL; in tcp_make_synack() local
3689 md5 = tcp_rsk(req)->af_specific->req_md5_lookup(sk, req_to_sk(req)); in tcp_make_synack()
3694 tcp_header_size = tcp_synack_options(sk, req, mss, skb, &opts, md5, in tcp_make_synack()
3722 if (md5) in tcp_make_synack()
3724 md5, req_to_sk(req), skb); in tcp_make_synack()