Searched refs:vr_entry (Results 1 – 1 of 1) sorted by relevance
3402 struct mlxsw_sp_nexthop_group_vr_entry *vr_entry; in mlxsw_sp_nexthop_group_vr_entry_create() local3405 vr_entry = kzalloc_obj(*vr_entry); in mlxsw_sp_nexthop_group_vr_entry_create()3406 if (!vr_entry) in mlxsw_sp_nexthop_group_vr_entry_create()3409 vr_entry->key.vr_id = fib->vr->id; in mlxsw_sp_nexthop_group_vr_entry_create()3410 vr_entry->key.proto = fib->proto; in mlxsw_sp_nexthop_group_vr_entry_create()3411 refcount_set(&vr_entry->ref_count, 1); in mlxsw_sp_nexthop_group_vr_entry_create()3413 err = rhashtable_insert_fast(&nh_grp->vr_ht, &vr_entry->ht_node, in mlxsw_sp_nexthop_group_vr_entry_create()3418 list_add(&vr_entry->list, &nh_grp->vr_list); in mlxsw_sp_nexthop_group_vr_entry_create()3423 kfree(vr_entry); in mlxsw_sp_nexthop_group_vr_entry_create()3429 struct mlxsw_sp_nexthop_group_vr_entry *vr_entry) in mlxsw_sp_nexthop_group_vr_entry_destroy() argument[all …]