Lines Matching defs:tvlv_flags
290 mla_flags.tvlv_flags |= batadv_mcast_mla_rtr_flags_get(bat_priv,
311 mla_flags.tvlv_flags |= BATADV_MCAST_WANT_ALL_UNSNOOPABLES;
323 mla_flags.tvlv_flags |= BATADV_MCAST_WANT_ALL_IPV4;
324 mla_flags.tvlv_flags &= ~BATADV_MCAST_WANT_NO_RTR4;
328 mla_flags.tvlv_flags |= BATADV_MCAST_WANT_ALL_IPV6;
329 mla_flags.tvlv_flags &= ~BATADV_MCAST_WANT_NO_RTR6;
380 if (flags->tvlv_flags & BATADV_MCAST_WANT_ALL_IPV4)
393 if (flags->tvlv_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES &&
397 if (!(flags->tvlv_flags & BATADV_MCAST_WANT_NO_RTR4) &&
447 if (flags->tvlv_flags & BATADV_MCAST_WANT_ALL_IPV6)
464 if (flags->tvlv_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES &&
468 if (!(flags->tvlv_flags & BATADV_MCAST_WANT_NO_RTR6) &&
594 u8 tvlv_flags = flags->tvlv_flags;
608 if (tvlv_flags & BATADV_MCAST_WANT_ALL_IPV4)
611 if (tvlv_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES &&
615 if (!(tvlv_flags & BATADV_MCAST_WANT_NO_RTR4) &&
622 if (tvlv_flags & BATADV_MCAST_WANT_ALL_IPV6)
625 if (tvlv_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES &&
629 if (!(tvlv_flags & BATADV_MCAST_WANT_NO_RTR6) &&
842 u8 old_flags = bat_priv->mcast.mla_flags.tvlv_flags;
880 batadv_mcast_flags_log(bat_priv, flags->tvlv_flags);
882 mcast_data.flags = flags->tvlv_flags;
2098 u8 flags = mla_flags->tvlv_flags;
2202 u32 flags = bat_priv->mcast.mla_flags.tvlv_flags;