Home
last modified time | relevance | path

Searched defs:batadv_priv_mcast (Results 1 – 1 of 1) sorted by relevance

/net/batman-adv/
Dtypes.h813 struct batadv_priv_mcast { struct
814 struct hlist_head mla_list; /* see __batadv_mcast_mla_update() */
815 struct hlist_head want_all_unsnoopables_list;
816 struct hlist_head want_all_ipv4_list;
817 struct hlist_head want_all_ipv6_list;
818 struct batadv_mcast_querier_state querier_ipv4;
819 struct batadv_mcast_querier_state querier_ipv6;
820 u8 flags;
821 bool enabled;
822 bool bridged;
[all …]