Home
last modified time | relevance | path

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

/linux-4.1.27/net/batman-adv/
Dmulticast.c667 if (mcast_flags & BATADV_MCAST_WANT_ALL_IPV6 && in batadv_mcast_want_ipv6_update()
668 !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV6)) { in batadv_mcast_want_ipv6_update()
678 } else if (!(mcast_flags & BATADV_MCAST_WANT_ALL_IPV6) && in batadv_mcast_want_ipv6_update()
679 orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV6) { in batadv_mcast_want_ipv6_update()
Dpacket.h102 BATADV_MCAST_WANT_ALL_IPV6 = BIT(2), enumerator