Lines Matching refs:node
950 struct hlist_node *node = &orig->mcast_want_all_unsnoopables_node; in batadv_mcast_want_unsnoop_update() local
962 WARN_ON(!hlist_unhashed(node)); in batadv_mcast_want_unsnoop_update()
964 hlist_add_head_rcu(node, head); in batadv_mcast_want_unsnoop_update()
973 WARN_ON(hlist_unhashed(node)); in batadv_mcast_want_unsnoop_update()
975 hlist_del_init_rcu(node); in batadv_mcast_want_unsnoop_update()
995 struct hlist_node *node = &orig->mcast_want_all_ipv4_node; in batadv_mcast_want_ipv4_update() local
1007 WARN_ON(!hlist_unhashed(node)); in batadv_mcast_want_ipv4_update()
1009 hlist_add_head_rcu(node, head); in batadv_mcast_want_ipv4_update()
1018 WARN_ON(hlist_unhashed(node)); in batadv_mcast_want_ipv4_update()
1020 hlist_del_init_rcu(node); in batadv_mcast_want_ipv4_update()
1040 struct hlist_node *node = &orig->mcast_want_all_ipv6_node; in batadv_mcast_want_ipv6_update() local
1052 WARN_ON(!hlist_unhashed(node)); in batadv_mcast_want_ipv6_update()
1054 hlist_add_head_rcu(node, head); in batadv_mcast_want_ipv6_update()
1063 WARN_ON(hlist_unhashed(node)); in batadv_mcast_want_ipv6_update()
1065 hlist_del_init_rcu(node); in batadv_mcast_want_ipv6_update()