Home
last modified time | relevance | path

Searched refs:BR_BCAST_FLOOD (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_switchdev.c114 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()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c26 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()
/linux/include/linux/
H A Dif_bridge.h54 #define BR_BCAST_FLOOD BIT(14) macro
/linux/net/bridge/
H A Dbr_forward.c225 if (!(p->flags & BR_BCAST_FLOOD) && skb->dev != br->dev) in br_flood()
H A Dbr_sysfs_if.c240 BRPORT_ATTR_FLAG(broadcast_flood, BR_BCAST_FLOOD);
H A Dbr_if.c442 p->flags = BR_LEARNING | BR_FLOOD | BR_MCAST_FLOOD | BR_BCAST_FLOOD; in new_nbp()
H A Dbr_switchdev.c78 BR_MCAST_FLOOD | BR_BCAST_FLOOD | BR_PORT_LOCKED | \
H A Dbr_netlink.c257 !!(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()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_main.c2960 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()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c1688 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()
/linux/drivers/net/ethernet/mscc/
H A Docelot.c2737 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()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c2540 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()
/linux/net/core/
H A Drtnetlink.c5305 IFLA_BRPORT_BCAST_FLOOD, BR_BCAST_FLOOD)) { in ndo_dflt_bridge_getlink()