Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtcp.h322 struct tcp_md5sig_info __rcu *md5sig_info; member
/linux-4.1.27/net/ipv4/
Dtcp_ipv4.c881 md5sig = rcu_dereference_check(tp->md5sig_info, in tcp_md5_do_lookup()
927 md5sig = rcu_dereference_protected(tp->md5sig_info, in tcp_md5_do_add()
937 rcu_assign_pointer(tp->md5sig_info, md5sig); in tcp_md5_do_add()
980 md5sig = rcu_dereference_protected(tp->md5sig_info, 1); in tcp_clear_md5_list()
1790 if (tp->md5sig_info) { in tcp_v4_destroy_sock()
1792 kfree_rcu(tp->md5sig_info, rcu); in tcp_v4_destroy_sock()
1793 tp->md5sig_info = NULL; in tcp_v4_destroy_sock()
Dtcp_minisocks.c530 newtp->md5sig_info = NULL; /*XXX*/ in tcp_create_openreq_child()