Home
last modified time | relevance | path

Searched refs:br_port_flag_is_set (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dif_bridge.h182 bool br_port_flag_is_set(const struct net_device *dev, unsigned long flag);
199 br_port_flag_is_set(const struct net_device *dev, unsigned long flag) in br_port_flag_is_set() function
/linux/net/bridge/
H A Dbr_if.c767 bool br_port_flag_is_set(const struct net_device *dev, unsigned long flag) in br_port_flag_is_set() function
777 EXPORT_SYMBOL_GPL(br_port_flag_is_set);
/linux/drivers/s390/net/
H A Dqeth_l2_main.c732 !(br_port_flag_is_set(netdev, BR_ISOLATED) && in qeth_l2_must_learn()
733 br_port_flag_is_set(dstdev, BR_ISOLATED)) && in qeth_l2_must_learn()
772 if (br_port_flag_is_set(lsyncdev, BR_ISOLATED)) { in qeth_l2_br2dev_worker()
777 if (br_port_flag_is_set(lowerdev, BR_ISOLATED)) { in qeth_l2_br2dev_worker()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c3208 if (adding && !br_port_flag_is_set(dev, BR_LEARNING)) in __mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c2529 if (brport && !br_port_flag_is_set(brport, BR_BCAST_FLOOD)) in mv88e6xxx_broadcast_setup()