Home
last modified time | relevance | path

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

/Linux-v6.1/net/bridge/
Dbr_vlan_options.c301 BR_VLFLAG_GLOBAL_MCAST_ENABLED) == 0 && in br_vlan_global_opts_can_enter_range()
326 !!(v_opts->priv_flags & BR_VLFLAG_GLOBAL_MCAST_ENABLED)) || in br_vlan_global_opts_fill()
Dbr_private.h161 BR_VLFLAG_GLOBAL_MCAST_ENABLED = BIT(3), enumerator
1180 !(brmctx->vlan->priv_flags & BR_VLFLAG_GLOBAL_MCAST_ENABLED)); in br_multicast_ctx_vlan_global_disabled()
Dbr_multicast.c3786 if (!(masterv->priv_flags & BR_VLFLAG_GLOBAL_MCAST_ENABLED)) in br_multicast_rcv()
4145 if (on == !!(vlan->priv_flags & BR_VLFLAG_GLOBAL_MCAST_ENABLED)) in br_multicast_toggle_global_vlan()
4148 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()