Home
last modified time | relevance | path

Searched refs:br_multicast_router (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dif_bridge.h79 bool br_multicast_router(const struct net_device *dev);
107 static inline bool br_multicast_router(const struct net_device *dev) in br_multicast_router() function
/linux-6.1.9/net/bridge/
Dbr_multicast.c4443 bool br_multicast_router(const struct net_device *dev) in br_multicast_router() function
4453 EXPORT_SYMBOL_GPL(br_multicast_router);
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c276 bridge_device->mrouter = br_multicast_router(br_dev); in mlxsw_sp_bridge_device_create()