Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_diag.c123 md5sig = rcu_dereference(tcp_sk(sk)->md5sig_info); in tcp_diag_get_aux()
156 md5sig = rcu_dereference(tcp_sk(sk)->md5sig_info); in tcp_diag_get_aux_size()
Dtcp_ipv4.c1000 md5sig = rcu_dereference_check(tp->md5sig_info, in __tcp_md5_do_lookup()
1040 md5sig = rcu_dereference_check(tp->md5sig_info, in tcp_md5_do_lookup_exact()
1086 md5sig = rcu_dereference_protected(tp->md5sig_info, in tcp_md5_do_add()
1095 rcu_assign_pointer(tp->md5sig_info, md5sig); in tcp_md5_do_add()
1140 md5sig = rcu_dereference_protected(tp->md5sig_info, 1); in tcp_clear_md5_list()
2116 if (tp->md5sig_info) { in tcp_v4_destroy_sock()
2118 kfree_rcu(rcu_dereference_protected(tp->md5sig_info, 1), rcu); in tcp_v4_destroy_sock()
2119 tp->md5sig_info = NULL; in tcp_v4_destroy_sock()
Dtcp_minisocks.c540 newtp->md5sig_info = NULL; /*XXX*/ in tcp_create_openreq_child()
Dtcp_output.c598 rcu_access_pointer(tp->md5sig_info)) { in tcp_syn_options()
735 rcu_access_pointer(tp->md5sig_info)) { in tcp_established_options()
/Linux-v5.4/include/linux/
Dtcp.h388 struct tcp_md5sig_info __rcu *md5sig_info; member