Searched refs:querier_ipv6 (Results 1 – 3 of 3) sorted by relevance
485 struct batadv_mcast_querier_state *querier_ipv6) in batadv_mcast_bridge_log() argument499 &bat_priv->mcast.querier_ipv6, in batadv_mcast_bridge_log()500 querier_ipv6); in batadv_mcast_bridge_log()587 bat_priv->mcast.querier_ipv6.exists = querier6.exists; in batadv_mcast_mla_tvlv_update()588 bat_priv->mcast.querier_ipv6.shadowing = querier6.shadowing; in batadv_mcast_mla_tvlv_update()1246 querier6 = bat_priv->mcast.querier_ipv6.exists ? '.' : '6'; in batadv_mcast_flags_print_header()1248 shadowing6 = bat_priv->mcast.querier_ipv6.shadowing ? '6' : '.'; in batadv_mcast_flags_print_header()1348 if (bat_priv->mcast.querier_ipv6.exists) in batadv_mcast_mesh_info_put()1352 if (bat_priv->mcast.querier_ipv6.shadowing) in batadv_mcast_mesh_info_put()
806 bat_priv->mcast.querier_ipv6.exists = false; in batadv_softif_init_late()807 bat_priv->mcast.querier_ipv6.shadowing = false; in batadv_softif_init_late()
1207 struct batadv_mcast_querier_state querier_ipv6; member