Home
last modified time | relevance | path

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

/Linux-v5.15/net/bridge/
Dbr_vlan_options.c295 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()
Dbr_private.h159 BR_VLFLAG_GLOBAL_MCAST_ENABLED = BIT(3), enumerator
1157 !(brmctx->vlan->priv_flags & BR_VLFLAG_GLOBAL_MCAST_ENABLED); in br_multicast_ctx_vlan_global_disabled()
Dbr_multicast.c3782 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()
Dbr_vlan.c291 v->priv_flags |= BR_VLFLAG_GLOBAL_MCAST_ENABLED; in __vlan_add()