Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c3410 vxlan_fdb_info.eth_addr, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3415 vxlan_fdb_info.offloaded = true; in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3417 &vxlan_fdb_info.info, NULL); in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3419 vxlan_fdb_info.eth_addr, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3430 &vxlan_fdb_info.info, NULL); in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3553 vxlan_fdb_info = &switchdev_work->vxlan_fdb_info; in mlxsw_sp_switchdev_vxlan_fdb_add()
3594 vxlan_fdb_info->offloaded = true; in mlxsw_sp_switchdev_vxlan_fdb_add()
3596 &vxlan_fdb_info->info, NULL); in mlxsw_sp_switchdev_vxlan_fdb_add()
3624 vxlan_fdb_info = &switchdev_work->vxlan_fdb_info; in mlxsw_sp_switchdev_vxlan_fdb_del()
3625 if (!vxlan_fdb_info->offloaded) in mlxsw_sp_switchdev_vxlan_fdb_del()
[all …]
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c150 static int vxlan_fdb_info(struct sk_buff *skb, struct vxlan_dev *vxlan, in vxlan_fdb_info() function
269 err = vxlan_fdb_info(skb, vxlan, fdb, 0, 0, type, 0, rd); in __vxlan_fdb_notify()
1367 err = vxlan_fdb_info(skb, vxlan, f, in vxlan_fdb_dump()
1385 err = vxlan_fdb_info(skb, vxlan, f, in vxlan_fdb_dump()
1430 err = vxlan_fdb_info(skb, vxlan, f, portid, seq, in vxlan_fdb_get()