Searched refs:BR_BCAST_FLOOD (Results 1 – 13 of 13) sorted by relevance
114 if (flags.mask & BR_BCAST_FLOOD) in lan966x_port_bridge_flags()116 !!(flags.val & BR_BCAST_FLOOD)); in lan966x_port_bridge_flags()126 if (flags.mask & ~(BR_MCAST_FLOOD | BR_FLOOD | BR_BCAST_FLOOD | in lan966x_port_pre_bridge_flags()274 flags.mask = BR_LEARNING | BR_FLOOD | BR_MCAST_FLOOD | BR_BCAST_FLOOD; in lan966x_port_bridge_join()287 flags.mask = BR_LEARNING | BR_FLOOD | BR_MCAST_FLOOD | BR_BCAST_FLOOD; in lan966x_port_bridge_leave()
26 if (flags.mask & ~(BR_FLOOD | BR_MCAST_FLOOD | BR_BCAST_FLOOD)) in sparx5_port_attr_pre_bridge_flags()59 if (flags.mask & BR_BCAST_FLOOD) in sparx5_port_attr_bridge_flags()62 !!(flags.val & BR_BCAST_FLOOD)); in sparx5_port_attr_bridge_flags()210 flags.mask = BR_FLOOD | BR_MCAST_FLOOD | BR_BCAST_FLOOD; in sparx5_port_bridge_join()246 flags.mask = BR_FLOOD | BR_MCAST_FLOOD | BR_BCAST_FLOOD; in sparx5_port_bridge_leave()
54 #define BR_BCAST_FLOOD BIT(14) macro
225 if (!(p->flags & BR_BCAST_FLOOD) && skb->dev != br->dev) in br_flood()
240 BRPORT_ATTR_FLAG(broadcast_flood, BR_BCAST_FLOOD);
442 p->flags = BR_LEARNING | BR_FLOOD | BR_MCAST_FLOOD | BR_BCAST_FLOOD; in new_nbp()
78 BR_MCAST_FLOOD | BR_BCAST_FLOOD | BR_PORT_LOCKED | \
257 !!(p->flags & BR_BCAST_FLOOD)) || in br_port_fill_attrs() 963 br_set_port_flag(p, tb, IFLA_BRPORT_BCAST_FLOOD, BR_BCAST_FLOOD); in br_setport()
2960 if (flags.mask & BR_BCAST_FLOOD) { in sja1105_port_ucast_bcast_flood()2961 if (flags.val & BR_BCAST_FLOOD) in sja1105_port_ucast_bcast_flood()3016 BR_BCAST_FLOOD)) in sja1105_port_pre_bridge_flags()3049 if (flags.mask & (BR_FLOOD | BR_BCAST_FLOOD)) { in sja1105_port_bridge_flags()
1688 if (flags.mask & BR_BCAST_FLOOD) in dpaa2_switch_port_flood()1689 port_priv->bcast_flood = !!(flags.val & BR_BCAST_FLOOD); in dpaa2_switch_port_flood()1701 if (flags.mask & ~(BR_LEARNING | BR_BCAST_FLOOD | BR_FLOOD | in dpaa2_switch_port_pre_bridge_flags()1735 if (flags.mask & (BR_BCAST_FLOOD | BR_FLOOD | BR_MCAST_FLOOD)) { in dpaa2_switch_port_bridge_flags()
2737 BR_BCAST_FLOOD)) in ocelot_port_pre_bridge_flags()2759 if (flags.mask & BR_BCAST_FLOOD) in ocelot_port_bridge_flags()2761 !!(flags.val & BR_BCAST_FLOOD)); in ocelot_port_bridge_flags()
2540 if (brport && !br_port_flag_is_set(brport, BR_BCAST_FLOOD)) in mv88e6xxx_broadcast_setup()6770 BR_BCAST_FLOOD | BR_PORT_LOCKED | BR_PORT_MAB)) in mv88e6xxx_port_pre_bridge_flags()6820 if (flags.mask & BR_BCAST_FLOOD) { in mv88e6xxx_port_bridge_flags()6821 bool broadcast = !!(flags.val & BR_BCAST_FLOOD); in mv88e6xxx_port_bridge_flags()
5305 IFLA_BRPORT_BCAST_FLOOD, BR_BCAST_FLOOD)) { in ndo_dflt_bridge_getlink()