Searched refs:BATADV_MCAST_WANT_ALL_IPV4 (Results 1 – 2 of 2) sorted by relevance
322 mla_flags.tvlv_flags |= BATADV_MCAST_WANT_ALL_IPV4; in batadv_mcast_mla_flags_get()379 if (flags->tvlv_flags & BATADV_MCAST_WANT_ALL_IPV4) in batadv_mcast_mla_softif_get_ipv4()606 if (tvlv_flags & BATADV_MCAST_WANT_ALL_IPV4) in batadv_mcast_mla_bridge_get()845 (old_flags & BATADV_MCAST_WANT_ALL_IPV4) ? '4' : '.', in batadv_mcast_flags_log()855 (flags & BATADV_MCAST_WANT_ALL_IPV4) ? '4' : '.', in batadv_mcast_flags_log()1659 if (mcast_flags & BATADV_MCAST_WANT_ALL_IPV4 && in batadv_mcast_want_ipv4_update()1660 !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV4)) { in batadv_mcast_want_ipv4_update()1670 } else if (!(mcast_flags & BATADV_MCAST_WANT_ALL_IPV4) && in batadv_mcast_want_ipv4_update()1671 orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV4) { in batadv_mcast_want_ipv4_update()1860 mcast_flags |= BATADV_MCAST_WANT_ALL_IPV4; in batadv_mcast_tvlv_flags_get()[all …]
125 BATADV_MCAST_WANT_ALL_IPV4 = 1UL << 1, enumerator