Home
last modified time | relevance | path

Searched refs:BR_VLFLAG_GLOBAL_MCAST_ENABLED (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/bridge/
Dbr_vlan_options.c344 BR_VLFLAG_GLOBAL_MCAST_ENABLED) == 0 && in br_vlan_global_opts_can_enter_range()
369 !!(v_opts->priv_flags & BR_VLFLAG_GLOBAL_MCAST_ENABLED)) || in br_vlan_global_opts_fill()
Dbr_private.h181 BR_VLFLAG_GLOBAL_MCAST_ENABLED = BIT(3), enumerator
1246 !(brmctx->vlan->priv_flags & BR_VLFLAG_GLOBAL_MCAST_ENABLED)); in br_multicast_ctx_vlan_global_disabled()
Dbr_multicast.c3959 if (!(masterv->priv_flags & BR_VLFLAG_GLOBAL_MCAST_ENABLED)) in br_multicast_rcv()
4318 if (on == !!(vlan->priv_flags & BR_VLFLAG_GLOBAL_MCAST_ENABLED)) in br_multicast_toggle_global_vlan()
4321 vlan->priv_flags ^= BR_VLFLAG_GLOBAL_MCAST_ENABLED; in br_multicast_toggle_global_vlan()
Dbr_vlan.c329 v->priv_flags |= BR_VLFLAG_GLOBAL_MCAST_ENABLED; in __vlan_add()