Searched refs:BATADV_MCAST_WANT_ALL_IPV6 (Results 1 – 4 of 4) sorted by relevance
328 mla_flags.tvlv_flags |= BATADV_MCAST_WANT_ALL_IPV6; in batadv_mcast_mla_flags_get()447 if (flags->tvlv_flags & BATADV_MCAST_WANT_ALL_IPV6) in batadv_mcast_mla_softif_get_ipv6()622 if (tvlv_flags & BATADV_MCAST_WANT_ALL_IPV6) in batadv_mcast_mla_bridge_get()848 (old_flags & BATADV_MCAST_WANT_ALL_IPV6) ? '6' : '.', in batadv_mcast_flags_log()857 (flags & BATADV_MCAST_WANT_ALL_IPV6) ? '6' : '.', in batadv_mcast_flags_log()1881 if (mcast_flags & BATADV_MCAST_WANT_ALL_IPV6 && in batadv_mcast_want_ipv6_update()1882 !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV6)) { in batadv_mcast_want_ipv6_update()1892 } else if (!(mcast_flags & BATADV_MCAST_WANT_ALL_IPV6) && in batadv_mcast_want_ipv6_update()1893 orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV6) { in batadv_mcast_want_ipv6_update()2013 mcast_flags |= BATADV_MCAST_WANT_ALL_IPV6; in batadv_mcast_tvlv_flags_get()[all …]
121 BATADV_MCAST_WANT_ALL_IPV6 = 1UL << 2, enumerator
127 BATADV_MCAST_WANT_ALL_IPV6 = 1UL << 2, enumerator