Home
last modified time | relevance | path

Searched refs:md5sig_info (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_diag.c97 md5sig = rcu_dereference(tcp_sk(sk)->md5sig_info); in tcp_diag_get_aux()
120 md5sig = rcu_dereference(tcp_sk(sk)->md5sig_info); in tcp_diag_get_aux_size()
Dtcp_ipv4.c985 md5sig = rcu_dereference_check(tp->md5sig_info, in tcp_md5_do_lookup()
1025 md5sig = rcu_dereference_check(tp->md5sig_info, in tcp_md5_do_lookup_exact()
1071 md5sig = rcu_dereference_protected(tp->md5sig_info, in tcp_md5_do_add()
1080 rcu_assign_pointer(tp->md5sig_info, md5sig); in tcp_md5_do_add()
1125 md5sig = rcu_dereference_protected(tp->md5sig_info, 1); in tcp_clear_md5_list()
1993 if (tp->md5sig_info) { in tcp_v4_destroy_sock()
1995 kfree_rcu(rcu_dereference_protected(tp->md5sig_info, 1), rcu); in tcp_v4_destroy_sock()
1996 tp->md5sig_info = NULL; in tcp_v4_destroy_sock()
Dtcp_minisocks.c549 newtp->md5sig_info = NULL; /*XXX*/ in tcp_create_openreq_child()
Dtcp_output.c601 if (unlikely(rcu_access_pointer(tp->md5sig_info))) { in tcp_syn_options()
737 if (unlikely(rcu_access_pointer(tp->md5sig_info))) { in tcp_established_options()
/Linux-v4.19/include/linux/
Dtcp.h390 struct tcp_md5sig_info __rcu *md5sig_info; member