Lines Matching refs:md5
759 struct tcp_md5sig_key **md5) in tcp_syn_options() argument
765 *md5 = NULL; in tcp_syn_options()
769 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_syn_options()
770 if (*md5) { in tcp_syn_options()
789 if (likely(READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_timestamps) && !*md5)) { in tcp_syn_options()
842 const struct tcp_md5sig_key *md5, in tcp_synack_options() argument
851 if (md5) { in tcp_synack_options()
913 struct tcp_md5sig_key **md5) in tcp_established_options() argument
921 *md5 = NULL; in tcp_established_options()
925 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_established_options()
926 if (*md5) { in tcp_established_options()
1247 struct tcp_md5sig_key *md5; in __tcp_transmit_skb() local
1282 tcp_options_size = tcp_syn_options(sk, skb, &opts, &md5); in __tcp_transmit_skb()
1285 &md5); in __tcp_transmit_skb()
1362 if (md5) { in __tcp_transmit_skb()
1365 md5, sk, skb); in __tcp_transmit_skb()
1828 struct tcp_md5sig_key *md5; in tcp_current_mss() local
1838 header_len = tcp_established_options(sk, NULL, &opts, &md5) + in tcp_current_mss()
3531 struct tcp_md5sig_key *md5 = NULL; in tcp_make_synack() local
3583 md5 = tcp_rsk(req)->af_specific->req_md5_lookup(sk, req_to_sk(req)); in tcp_make_synack()
3588 tcp_header_size = tcp_synack_options(sk, req, mss, skb, &opts, md5, in tcp_make_synack()
3616 if (md5) in tcp_make_synack()
3618 md5, req_to_sk(req), skb); in tcp_make_synack()