Searched defs:batadv_priv_mcast (Results 1 – 1 of 1) sorted by relevance
1178 struct batadv_priv_mcast { struct1183 struct hlist_head mla_list; /* see __batadv_mcast_mla_update() */1189 struct hlist_head want_all_unsnoopables_list;1195 struct hlist_head want_all_ipv4_list;1201 struct hlist_head want_all_ipv6_list;1204 struct batadv_mcast_querier_state querier_ipv4;1207 struct batadv_mcast_querier_state querier_ipv6;1210 u8 flags;1213 unsigned char enabled:1;1216 unsigned char bridged:1;[all …]