Home
last modified time | relevance | path

Searched refs:BR_VLFLAG_MCAST_ENABLED (Results 1 – 2 of 2) sorted by relevance

/net/bridge/
A Dbr_private.h180 BR_VLFLAG_MCAST_ENABLED = BIT(2), enumerator
1269 !(brmctx->vlan->priv_flags & BR_VLFLAG_MCAST_ENABLED); in br_multicast_ctx_vlan_disabled()
1276 !(pmctx->vlan->priv_flags & BR_VLFLAG_MCAST_ENABLED); in br_multicast_port_ctx_vlan_disabled()
A Dbr_multicast.c2124 !(pmctx->vlan->priv_flags & BR_VLFLAG_MCAST_ENABLED)) { in br_multicast_enable_port_ctx()
2161 !(pmctx->vlan->priv_flags & BR_VLFLAG_MCAST_ENABLED)) { in br_multicast_disable_port_ctx()
4319 if (on == !!(vlan->priv_flags & BR_VLFLAG_MCAST_ENABLED)) in br_multicast_toggle_one_vlan()
4331 vlan->priv_flags ^= BR_VLFLAG_MCAST_ENABLED; in br_multicast_toggle_one_vlan()
4347 vlan->priv_flags ^= BR_VLFLAG_MCAST_ENABLED; in br_multicast_toggle_one_vlan()

Completed in 20 milliseconds