Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_private.h186 BR_VLFLAG_MCAST_ENABLED = BIT(2), enumerator
1283 !(brmctx->vlan->priv_flags & BR_VLFLAG_MCAST_ENABLED); in br_multicast_ctx_vlan_disabled()
1290 !(pmctx->vlan->priv_flags & BR_VLFLAG_MCAST_ENABLED); in br_multicast_port_ctx_vlan_disabled()
H A Dbr_vlan_options.c57 (BR_VLFLAG_NEIGH_SUPPRESS_ENABLED | BR_VLFLAG_MCAST_ENABLED | in br_vlan_opts_eq_range()
H A Dbr_multicast.c224 * the BR_VLFLAG_MCAST_ENABLED flag set, it can only change under in br_multicast_pg_to_port_ctx()
2175 !(pmctx->vlan->priv_flags & BR_VLFLAG_MCAST_ENABLED)) { in br_multicast_enable_port_ctx()
2212 !(pmctx->vlan->priv_flags & BR_VLFLAG_MCAST_ENABLED)) { in br_multicast_disable_port_ctx()
4374 if (on == !!(vlan->priv_flags & BR_VLFLAG_MCAST_ENABLED)) in br_multicast_toggle_one_vlan()
4386 vlan->priv_flags ^= BR_VLFLAG_MCAST_ENABLED; in br_multicast_toggle_one_vlan()
4402 vlan->priv_flags ^= BR_VLFLAG_MCAST_ENABLED; in br_multicast_toggle_one_vlan()