/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 3380 struct switchdev_notifier_vxlan_fdb_info vxlan_fdb_info; member 3392 struct switchdev_notifier_vxlan_fdb_info vxlan_fdb_info; in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() local 3400 err = vxlan_fdb_find_uc(dev, fdb_info->addr, vni, &vxlan_fdb_info); in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 3404 mlxsw_sp_switchdev_vxlan_addr_convert(&vxlan_fdb_info.remote_ip, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 3410 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() 3424 vxlan_fdb_info.eth_addr, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 3428 vxlan_fdb_info in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 3543 struct switchdev_notifier_vxlan_fdb_info *vxlan_fdb_info; mlxsw_sp_switchdev_vxlan_fdb_add() local 3615 struct switchdev_notifier_vxlan_fdb_info *vxlan_fdb_info; mlxsw_sp_switchdev_vxlan_fdb_del() local 3698 struct switchdev_notifier_vxlan_fdb_info *vxlan_fdb_info; mlxsw_sp_switchdev_vxlan_work_prepare() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 2738 struct switchdev_notifier_vxlan_fdb_info vxlan_fdb_info; member 2750 struct switchdev_notifier_vxlan_fdb_info vxlan_fdb_info; in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() local 2758 err = vxlan_fdb_find_uc(dev, fdb_info->addr, vni, &vxlan_fdb_info); in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2762 mlxsw_sp_switchdev_vxlan_addr_convert(&vxlan_fdb_info.remote_ip, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2768 vxlan_fdb_info.eth_addr, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2773 vxlan_fdb_info.offloaded = true; in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2775 &vxlan_fdb_info.info, NULL); in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2777 vxlan_fdb_info.eth_addr, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2782 vxlan_fdb_info.eth_addr, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2786 vxlan_fdb_info in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2900 struct switchdev_notifier_vxlan_fdb_info *vxlan_fdb_info; mlxsw_sp_switchdev_vxlan_fdb_add() local 2972 struct switchdev_notifier_vxlan_fdb_info *vxlan_fdb_info; mlxsw_sp_switchdev_vxlan_fdb_del() local 3053 struct switchdev_notifier_vxlan_fdb_info *vxlan_fdb_info; mlxsw_sp_switchdev_vxlan_work_prepare() local [all...] |
/kernel/linux/linux-5.10/drivers/net/vxlan/ |
H A D | vxlan_core.c | 256 static int vxlan_fdb_info(struct sk_buff *skb, struct vxlan_dev *vxlan, in vxlan_fdb_info() function 375 err = vxlan_fdb_info(skb, vxlan, fdb, 0, 0, type, 0, rd); in __vxlan_fdb_notify() 1413 err = vxlan_fdb_info(skb, vxlan, f, in vxlan_fdb_dump() 1431 err = vxlan_fdb_info(skb, vxlan, f, in vxlan_fdb_dump() 1476 err = vxlan_fdb_info(skb, vxlan, f, portid, seq, in vxlan_fdb_get()
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_core.c | 150 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()
|