Home
last modified time | relevance | path

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

/linux-4.1.27/net/batman-adv/
Dmulticast.c624 if (mcast_flags & BATADV_MCAST_WANT_ALL_IPV4 && in batadv_mcast_want_ipv4_update()
625 !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV4)) { in batadv_mcast_want_ipv4_update()
635 } else if (!(mcast_flags & BATADV_MCAST_WANT_ALL_IPV4) && in batadv_mcast_want_ipv4_update()
636 orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV4) { in batadv_mcast_want_ipv4_update()
Dpacket.h101 BATADV_MCAST_WANT_ALL_IPV4 = BIT(1), enumerator