Lines Matching refs:node

104  *  node for IPv4
107 * Checks the presence of an IPv4 multicast router on this node.
125 * node for IPv6
128 * Checks the presence of an IPv6 multicast router on this node.
153 * batadv_mcast_mla_rtr_flags_softif_get() - get mcast router flags from node
159 * node.
252 * node or behind its bridge.
364 * your multicast receiving applications run directly on this node.
430 * your multicast receiving applications run directly on this node.
512 * your multicast receiving applications run directly on this node.
798 * If no bridges are ever used on this node, then this function does nothing.
806 * multicast flags this node is going to set.
836 * Whenever the multicast TVLV flags this node announces change, this function
1173 * batadv_mcast_forw_tt_node_get() - get a multicast tt node
1189 * batadv_mcast_forw_ipv4_node_get() - get a node with an ipv4 flag
1216 * batadv_mcast_forw_ipv6_node_get() - get a node with an ipv6 flag
1243 * batadv_mcast_forw_ip_node_get() - get a node with an ipv4/ipv6 flag
1267 * batadv_mcast_forw_unsnoop_node_get() - get a node with an unsnoopable flag
1294 * batadv_mcast_forw_rtr4_node_get() - get a node with an ipv4 mcast router flag
1321 * batadv_mcast_forw_rtr6_node_get() - get a node with an ipv6 mcast router flag
1348 * batadv_mcast_forw_rtr_node_get() - get a node with an ipv4/ipv6 router flag
1475 * via a batman-adv unicast packet for each such destination node.
1521 * Sends copies of a frame with multicast destination to any node with a
1523 * batman-adv unicast packet for each such destination node.
1558 * Sends copies of a frame with multicast destination to any node with a
1560 * batman-adv unicast packet for each such destination node.
1595 * Sends copies of a frame with multicast destination to any node with a
1598 * destination node.
1624 * Sends copies of a frame with multicast destination to any node with a
1626 * batman-adv unicast packet for each such destination node.
1661 * Sends copies of a frame with multicast destination to any node with a
1663 * batman-adv unicast packet for each such destination node.
1698 * Sends copies of a frame with multicast destination to any node with a
1701 * destination node.
1728 * Sends copies of a frame with multicast destination to any node that signaled
1731 * for each such destination node.
1785 struct hlist_node *node = &orig->mcast_want_all_unsnoopables_node;
1797 WARN_ON(!hlist_unhashed(node));
1799 hlist_add_head_rcu(node, head);
1808 WARN_ON(hlist_unhashed(node));
1810 hlist_del_init_rcu(node);
1830 struct hlist_node *node = &orig->mcast_want_all_ipv4_node;
1842 WARN_ON(!hlist_unhashed(node));
1844 hlist_add_head_rcu(node, head);
1853 WARN_ON(hlist_unhashed(node));
1855 hlist_del_init_rcu(node);
1875 struct hlist_node *node = &orig->mcast_want_all_ipv6_node;
1887 WARN_ON(!hlist_unhashed(node));
1889 hlist_add_head_rcu(node, head);
1898 WARN_ON(hlist_unhashed(node));
1900 hlist_del_init_rcu(node);
1920 struct hlist_node *node = &orig->mcast_want_all_rtr4_node;
1932 WARN_ON(!hlist_unhashed(node));
1934 hlist_add_head_rcu(node, head);
1943 WARN_ON(hlist_unhashed(node));
1945 hlist_del_init_rcu(node);
1965 struct hlist_node *node = &orig->mcast_want_all_rtr6_node;
1977 WARN_ON(!hlist_unhashed(node));
1979 hlist_add_head_rcu(node, head);
1988 WARN_ON(hlist_unhashed(node));
1990 hlist_del_init_rcu(node);