Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c3406 struct switchdev_notifier_vxlan_fdb_info vxlan_fdb_info; member
3418 struct switchdev_notifier_vxlan_fdb_info vxlan_fdb_info; in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() local
3426 err = vxlan_fdb_find_uc(dev, fdb_info->addr, vni, &vxlan_fdb_info); in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3430 mlxsw_sp_switchdev_vxlan_addr_convert(&vxlan_fdb_info.remote_ip, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3436 vxlan_fdb_info.eth_addr, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3441 vxlan_fdb_info.offloaded = true; in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3443 &vxlan_fdb_info.info, NULL); in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3445 vxlan_fdb_info.eth_addr, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3450 vxlan_fdb_info.eth_addr, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3454 vxlan_fdb_info.offloaded = false; in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
[all …]