Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_ipv4.c883 md5sig = rcu_dereference_check(tp->md5sig_info, in tcp_md5_do_lookup()
929 md5sig = rcu_dereference_protected(tp->md5sig_info, in tcp_md5_do_add()
939 rcu_assign_pointer(tp->md5sig_info, md5sig); in tcp_md5_do_add()
982 md5sig = rcu_dereference_protected(tp->md5sig_info, 1); in tcp_clear_md5_list()
1802 if (tp->md5sig_info) { in tcp_v4_destroy_sock()
1804 kfree_rcu(tp->md5sig_info, rcu); in tcp_v4_destroy_sock()
1805 tp->md5sig_info = NULL; in tcp_v4_destroy_sock()
Dtcp_minisocks.c541 newtp->md5sig_info = NULL; /*XXX*/ in tcp_create_openreq_child()
/linux-4.4.14/include/linux/
Dtcp.h336 struct tcp_md5sig_info __rcu *md5sig_info; member