Home
last modified time | relevance | path

Searched refs:mcast_flags (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/batman-adv/
Dmulticast.c607 u8 mcast_flags) in batadv_mcast_want_unsnoop_update() argument
615 if (mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES && in batadv_mcast_want_unsnoop_update()
616 !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES)) { in batadv_mcast_want_unsnoop_update()
626 } else if (!(mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES) && in batadv_mcast_want_unsnoop_update()
627 orig->mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES) { in batadv_mcast_want_unsnoop_update()
652 u8 mcast_flags) in batadv_mcast_want_ipv4_update() argument
660 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()
[all …]
Dtypes.h274 u8 mcast_flags; member
Doriginator.c685 orig_node->mcast_flags = BATADV_NO_FLAGS; in batadv_orig_node_new()