Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dmulticast_forw.c122 case offsetof(struct batadv_orig_node, mcast_want_all_rtr6_node): in batadv_mcast_forw_orig_entry()
341 mcast_want_all_rtr6_node); in batadv_mcast_forw_push_want_rtr()
H A Dmulticast.c1499 mcast_want_all_rtr6_node) { in batadv_mcast_forw_want_all_rtr6()
1785 struct hlist_node *node = &orig->mcast_want_all_rtr6_node; in batadv_mcast_want_rtr6_update()
H A Dtypes.h429 * @mcast_want_all_rtr6_node: a list node for the mcast.want_all_rtr6
432 struct hlist_node mcast_want_all_rtr6_node; member