Home
last modified time | relevance | path

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

/net/batman-adv/
Dmulticast.c413 struct batadv_mcast_querier_state *querier_ipv6) in batadv_mcast_bridge_log() argument
427 &bat_priv->mcast.querier_ipv6, in batadv_mcast_bridge_log()
428 querier_ipv6); in batadv_mcast_bridge_log()
516 bat_priv->mcast.querier_ipv6.exists = querier6.exists; in batadv_mcast_mla_tvlv_update()
517 bat_priv->mcast.querier_ipv6.shadowing = querier6.shadowing; in batadv_mcast_mla_tvlv_update()
1156 querier6 = bat_priv->mcast.querier_ipv6.exists ? '.' : '6'; in batadv_mcast_flags_print_header()
1158 shadowing6 = bat_priv->mcast.querier_ipv6.shadowing ? '6' : '.'; in batadv_mcast_flags_print_header()
Dsoft-interface.c792 bat_priv->mcast.querier_ipv6.exists = false; in batadv_softif_init_late()
793 bat_priv->mcast.querier_ipv6.shadowing = false; in batadv_softif_init_late()
Dtypes.h795 struct batadv_mcast_querier_state querier_ipv6; member