Home
last modified time | relevance | path

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

/linux-4.1.27/net/batman-adv/
Dmulticast.c581 if (mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES && in batadv_mcast_want_unsnoop_update()
582 !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES)) { in batadv_mcast_want_unsnoop_update()
592 } else if (!(mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES) && in batadv_mcast_want_unsnoop_update()
593 orig->mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES) { in batadv_mcast_want_unsnoop_update()
Dpacket.h100 BATADV_MCAST_WANT_ALL_UNSNOOPABLES = BIT(0), enumerator