Searched refs:vxlan_fdb_info (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 2955 struct switchdev_notifier_vxlan_fdb_info vxlan_fdb_info; member 2967 struct switchdev_notifier_vxlan_fdb_info vxlan_fdb_info; in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() local 2975 err = vxlan_fdb_find_uc(dev, fdb_info->addr, vni, &vxlan_fdb_info); in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2979 mlxsw_sp_switchdev_vxlan_addr_convert(&vxlan_fdb_info.remote_ip, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2985 vxlan_fdb_info.eth_addr, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2990 vxlan_fdb_info.offloaded = true; in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2992 &vxlan_fdb_info.info, NULL); in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2994 vxlan_fdb_info.eth_addr, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2999 vxlan_fdb_info.eth_addr, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 3003 vxlan_fdb_info.offloaded = false; in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() [all …]
|
/linux-5.19.10/drivers/net/vxlan/ |
D | vxlan_core.c | 197 static int vxlan_fdb_info(struct sk_buff *skb, struct vxlan_dev *vxlan, in vxlan_fdb_info() function 316 err = vxlan_fdb_info(skb, vxlan, fdb, 0, 0, type, 0, rd); in __vxlan_fdb_notify() 1342 err = vxlan_fdb_info(skb, vxlan, f, in vxlan_fdb_dump() 1360 err = vxlan_fdb_info(skb, vxlan, f, in vxlan_fdb_dump() 1405 err = vxlan_fdb_info(skb, vxlan, f, portid, seq, in vxlan_fdb_get()
|