Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_ipv4.c878 const struct tcp_md5sig_info *md5sig; in tcp_md5_do_lookup() local
881 md5sig = rcu_dereference_check(tp->md5sig_info, in tcp_md5_do_lookup()
884 if (!md5sig) in tcp_md5_do_lookup()
890 hlist_for_each_entry_rcu(key, &md5sig->head, node) { in tcp_md5_do_lookup()
917 struct tcp_md5sig_info *md5sig; in tcp_md5_do_add() local
927 md5sig = rcu_dereference_protected(tp->md5sig_info, in tcp_md5_do_add()
930 if (!md5sig) { in tcp_md5_do_add()
931 md5sig = kmalloc(sizeof(*md5sig), gfp); in tcp_md5_do_add()
932 if (!md5sig) in tcp_md5_do_add()
936 INIT_HLIST_HEAD(&md5sig->head); in tcp_md5_do_add()
[all …]