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

/net/batman-adv/
H A Dmulticast.c564 * @mcast_flags: flags indicating the new multicast state
571 uint8_t mcast_flags)
574 if (mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES &&
575 !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES)) {
583 } else if (!(mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES) &&
584 orig->mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES) {
597 * @mcast_flags: flags indicating the new multicast state
604 uint8_t mcast_flags)
607 if (mcast_flags & BATADV_MCAST_WANT_ALL_IPV4 &&
608 !(orig->mcast_flags
569 batadv_mcast_want_unsnoop_update(struct batadv_priv *bat_priv, struct batadv_orig_node *orig, uint8_t mcast_flags) argument
602 batadv_mcast_want_ipv4_update(struct batadv_priv *bat_priv, struct batadv_orig_node *orig, uint8_t mcast_flags) argument
635 batadv_mcast_want_ipv6_update(struct batadv_priv *bat_priv, struct batadv_orig_node *orig, uint8_t mcast_flags) argument
674 uint8_t mcast_flags = BATADV_NO_FLAGS; local
[all...]
H A Dtypes.h208 * @mcast_flags: multicast flags announced by the orig node
256 uint8_t mcast_flags; member in struct:batadv_orig_node
H A Doriginator.c684 orig_node->mcast_flags = BATADV_NO_FLAGS;

Completed in 62 milliseconds