Home
last modified time | relevance | path

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

/net/batman-adv/
Dmulticast.c446 (old_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES) ? 'U' : '.', in batadv_mcast_flags_log()
453 (flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES) ? 'U' : '.', in batadv_mcast_flags_log()
493 mcast_data.flags |= BATADV_MCAST_WANT_ALL_UNSNOOPABLES; in batadv_mcast_mla_tvlv_update()
956 if (mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES && in batadv_mcast_want_unsnoop_update()
957 !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES)) { in batadv_mcast_want_unsnoop_update()
967 } else if (!(mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES) && in batadv_mcast_want_unsnoop_update()
968 orig->mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES) { in batadv_mcast_want_unsnoop_update()
1167 (flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES) ? 'U' : '.', in batadv_mcast_flags_print_header()
1224 (flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES) in batadv_mcast_flags_seq_print_text()
Dpacket.h109 BATADV_MCAST_WANT_ALL_UNSNOOPABLES = BIT(0), enumerator