Searched refs:lpm_tree (Results 1 – 1 of 1) sorted by relevance
120 static void mlxsw_sp_lpm_tree_hold(struct mlxsw_sp_lpm_tree *lpm_tree);122 struct mlxsw_sp_lpm_tree *lpm_tree);410 struct mlxsw_sp_lpm_tree *lpm_tree; member431 struct mlxsw_sp_lpm_tree *lpm_tree; in mlxsw_sp_fib_create() local435 lpm_tree = mlxsw_sp->router->lpm.proto_trees[proto]; in mlxsw_sp_fib_create()445 fib->lpm_tree = lpm_tree; in mlxsw_sp_fib_create()446 mlxsw_sp_lpm_tree_hold(lpm_tree); in mlxsw_sp_fib_create()447 err = mlxsw_sp_vr_lpm_tree_bind(mlxsw_sp, fib, lpm_tree->id); in mlxsw_sp_fib_create()453 mlxsw_sp_lpm_tree_put(mlxsw_sp, lpm_tree); in mlxsw_sp_fib_create()463 mlxsw_sp_lpm_tree_put(mlxsw_sp, fib->lpm_tree); in mlxsw_sp_fib_destroy()[all …]