Home
last modified time | relevance | path

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

/linux-4.1.27/net/batman-adv/
Dmulticast.c575 uint8_t mcast_flags) in batadv_mcast_want_unsnoop_update() argument
581 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()
618 uint8_t mcast_flags) in batadv_mcast_want_ipv4_update() argument
624 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()
[all …]
Dtypes.h257 uint8_t mcast_flags; member
Doriginator.c646 orig_node->mcast_flags = BATADV_NO_FLAGS; in batadv_orig_node_new()