Home
last modified time | relevance | path

Searched refs:BATADV_MCAST_WANT_ALL_IPV6 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/batman-adv/
H A Dmulticast.c295 mla_flags.tvlv_flags |= BATADV_MCAST_WANT_ALL_IPV6; in batadv_mcast_mla_flags_get()
414 if (flags->tvlv_flags & BATADV_MCAST_WANT_ALL_IPV6) in batadv_mcast_mla_softif_get_ipv6()
588 if (tvlv_flags & BATADV_MCAST_WANT_ALL_IPV6) in batadv_mcast_mla_bridge_get()
814 (old_flags & BATADV_MCAST_WANT_ALL_IPV6) ? '6' : '.', in batadv_mcast_flags_log()
823 (flags & BATADV_MCAST_WANT_ALL_IPV6) ? '6' : '.', in batadv_mcast_flags_log()
1627 if (mcast_flags & BATADV_MCAST_WANT_ALL_IPV6 && in batadv_mcast_want_ipv6_update()
1628 !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV6)) { in batadv_mcast_want_ipv6_update()
1638 } else if (!(mcast_flags & BATADV_MCAST_WANT_ALL_IPV6) && in batadv_mcast_want_ipv6_update()
1639 orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV6) { in batadv_mcast_want_ipv6_update()
1759 mcast_flags |= BATADV_MCAST_WANT_ALL_IPV6; in batadv_mcast_tvlv_flags_get()
[all …]
/openbmc/linux/include/uapi/linux/
H A Dbatadv_packet.h123 BATADV_MCAST_WANT_ALL_IPV6 = 1UL << 2, enumerator