Home
last modified time | relevance | path

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

/linux-4.4.14/net/batman-adv/
Dmulticast.c660 if (mcast_flags & BATADV_MCAST_WANT_ALL_IPV4 && in batadv_mcast_want_ipv4_update()
661 !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV4)) { in batadv_mcast_want_ipv4_update()
671 } else if (!(mcast_flags & BATADV_MCAST_WANT_ALL_IPV4) && in batadv_mcast_want_ipv4_update()
672 orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV4) { in batadv_mcast_want_ipv4_update()
Dpacket.h104 BATADV_MCAST_WANT_ALL_IPV4 = BIT(1), enumerator