Searched refs:BR_VLFLAG_GLOBAL_MCAST_ENABLED (Results 1 – 4 of 4) sorted by relevance
295 BR_VLFLAG_GLOBAL_MCAST_ENABLED) == 0 && in br_vlan_global_opts_can_enter_range()320 !!(v_opts->priv_flags & BR_VLFLAG_GLOBAL_MCAST_ENABLED)) || in br_vlan_global_opts_fill()
159 BR_VLFLAG_GLOBAL_MCAST_ENABLED = BIT(3), enumerator1157 !(brmctx->vlan->priv_flags & BR_VLFLAG_GLOBAL_MCAST_ENABLED); in br_multicast_ctx_vlan_global_disabled()
3782 if (!(masterv->priv_flags & BR_VLFLAG_GLOBAL_MCAST_ENABLED)) in br_multicast_rcv()4141 if (on == !!(vlan->priv_flags & BR_VLFLAG_GLOBAL_MCAST_ENABLED)) in br_multicast_toggle_global_vlan()4144 vlan->priv_flags ^= BR_VLFLAG_GLOBAL_MCAST_ENABLED; in br_multicast_toggle_global_vlan()
291 v->priv_flags |= BR_VLFLAG_GLOBAL_MCAST_ENABLED; in __vlan_add()