Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dif_bridge.h70 bool br_multicast_router(const struct net_device *dev);
91 static inline bool br_multicast_router(const struct net_device *dev) in br_multicast_router() function
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_multicast.c3528 bool br_multicast_router(const struct net_device *dev) in br_multicast_router() function
3538 EXPORT_SYMBOL_GPL(br_multicast_router);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c228 bridge_device->mrouter = br_multicast_router(br_dev); in mlxsw_sp_bridge_device_create()