Searched refs:BR_BCAST_FLOOD (Results 1 – 14 of 14) sorted by relevance
54 #define BR_BCAST_FLOOD BIT(14) macro
179 BR_BCAST_FLOOD; in dsa_port_inherit_brport_flags()201 const unsigned long val = BR_FLOOD | BR_MCAST_FLOOD | BR_BCAST_FLOOD; in dsa_port_clear_brport_flags()203 BR_BCAST_FLOOD; in dsa_port_clear_brport_flags()
219 if (!(p->flags & BR_BCAST_FLOOD) && skb->dev != br->dev) in br_flood()
240 BRPORT_ATTR_FLAG(broadcast_flood, BR_BCAST_FLOOD);
431 p->flags = BR_LEARNING | BR_FLOOD | BR_MCAST_FLOOD | BR_BCAST_FLOOD; in new_nbp()
75 BR_MCAST_FLOOD | BR_BCAST_FLOOD)
248 !!(p->flags & BR_BCAST_FLOOD)) || in br_port_fill_attrs()890 br_set_port_flag(p, tb, IFLA_BRPORT_BCAST_FLOOD, BR_BCAST_FLOOD); in br_setport()
2901 if (flags.mask & BR_BCAST_FLOOD) { in sja1105_port_ucast_bcast_flood()2902 if (flags.val & BR_BCAST_FLOOD) in sja1105_port_ucast_bcast_flood()2951 BR_BCAST_FLOOD)) in sja1105_port_pre_bridge_flags()2984 if (flags.mask & (BR_FLOOD | BR_BCAST_FLOOD)) { in sja1105_port_bridge_flags()
1656 if (flags.mask & BR_BCAST_FLOOD) in dpaa2_switch_port_flood()1657 port_priv->bcast_flood = !!(flags.val & BR_BCAST_FLOOD); in dpaa2_switch_port_flood()1669 if (flags.mask & ~(BR_LEARNING | BR_BCAST_FLOOD | BR_FLOOD | in dpaa2_switch_port_pre_bridge_flags()1703 if (flags.mask & (BR_BCAST_FLOOD | BR_FLOOD | BR_MCAST_FLOOD)) { in dpaa2_switch_port_bridge_flags()
2335 BR_BCAST_FLOOD)) in ocelot_port_pre_bridge_flags()2357 if (flags.mask & BR_BCAST_FLOOD) in ocelot_port_bridge_flags()2359 !!(flags.val & BR_BCAST_FLOOD)); in ocelot_port_bridge_flags()
1102 flags.mask = BR_LEARNING | BR_FLOOD | BR_MCAST_FLOOD | BR_BCAST_FLOOD; in ocelot_inherit_brport_flags()1115 flags.mask = BR_LEARNING | BR_FLOOD | BR_MCAST_FLOOD | BR_BCAST_FLOOD; in ocelot_clear_brport_flags()
1155 BR_BCAST_FLOOD)) in mt7530_port_pre_bridge_flags()1180 if (flags.mask & BR_BCAST_FLOOD) in mt7530_port_bridge_flags()1182 flags.val & BR_BCAST_FLOOD ? BC_FFP(BIT(port)) : 0); in mt7530_port_bridge_flags()
2072 if (brport && !br_port_flag_is_set(brport, BR_BCAST_FLOOD)) in mv88e6xxx_broadcast_setup()5900 BR_BCAST_FLOOD)) in mv88e6xxx_port_pre_bridge_flags()5950 if (flags.mask & BR_BCAST_FLOOD) { in mv88e6xxx_port_bridge_flags()5951 bool broadcast = !!(flags.val & BR_BCAST_FLOOD); in mv88e6xxx_port_bridge_flags()
4687 IFLA_BRPORT_BCAST_FLOOD, BR_BCAST_FLOOD)) { in ndo_dflt_bridge_getlink()
Completed in 82 milliseconds