]> Git Repo - linux.git/blobdiff - net/switchdev/switchdev.c
perf tools: Fix maps__find_symbol_by_name()
[linux.git] / net / switchdev / switchdev.c
index 0531b41d1f2d08fe596f01cafee1cbb323298299..74b9d916a58baaf3da7dae7172572ab2a88909eb 100644 (file)
@@ -345,6 +345,8 @@ static size_t switchdev_obj_size(const struct switchdev_obj *obj)
                return sizeof(struct switchdev_obj_port_vlan);
        case SWITCHDEV_OBJ_ID_PORT_MDB:
                return sizeof(struct switchdev_obj_port_mdb);
+       case SWITCHDEV_OBJ_ID_HOST_MDB:
+               return sizeof(struct switchdev_obj_port_mdb);
        default:
                BUG();
        }
This page took 0.029449 seconds and 4 git commands to generate.