Searched refs:querier_ipv4 (Results 1 – 3 of 3) sorted by relevance
484 struct batadv_mcast_querier_state *querier_ipv4, in batadv_mcast_bridge_log() argument496 &bat_priv->mcast.querier_ipv4, in batadv_mcast_bridge_log()497 querier_ipv4); in batadv_mcast_bridge_log()584 bat_priv->mcast.querier_ipv4.exists = querier4.exists; in batadv_mcast_mla_tvlv_update()585 bat_priv->mcast.querier_ipv4.shadowing = querier4.shadowing; in batadv_mcast_mla_tvlv_update()1245 querier4 = bat_priv->mcast.querier_ipv4.exists ? '.' : '4'; in batadv_mcast_flags_print_header()1247 shadowing4 = bat_priv->mcast.querier_ipv4.shadowing ? '4' : '.'; in batadv_mcast_flags_print_header()1346 if (bat_priv->mcast.querier_ipv4.exists) in batadv_mcast_mesh_info_put()1350 if (bat_priv->mcast.querier_ipv4.shadowing) in batadv_mcast_mesh_info_put()
804 bat_priv->mcast.querier_ipv4.exists = false; in batadv_softif_init_late()805 bat_priv->mcast.querier_ipv4.shadowing = false; in batadv_softif_init_late()
1204 struct batadv_mcast_querier_state querier_ipv4; member