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

/linux-master/net/bridge/
H A Dbr_private.h180 BR_VLFLAG_MCAST_ENABLED = BIT(2), enumerator in enum:__anon82
1264 !(brmctx->vlan->priv_flags & BR_VLFLAG_MCAST_ENABLED);
1271 !(pmctx->vlan->priv_flags & BR_VLFLAG_MCAST_ENABLED);
H A Dbr_multicast.c224 * the BR_VLFLAG_MCAST_ENABLED flag set, it can only change under
2095 * BR_VLFLAG_MCAST_ENABLED is toggled before temporary entries
2098 * while BR_VLFLAG_MCAST_ENABLED was disabled, are not reflected
4224 if (on == !!(vlan->priv_flags & BR_VLFLAG_MCAST_ENABLED))
4236 vlan->priv_flags ^= BR_VLFLAG_MCAST_ENABLED;
4252 vlan->priv_flags ^= BR_VLFLAG_MCAST_ENABLED;

Completed in 109 milliseconds