Home
last modified time | relevance | path

Searched refs:vr_entry (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c3404 struct mlxsw_sp_nexthop_group_vr_entry *vr_entry; in mlxsw_sp_nexthop_group_vr_entry_create() local
3407 vr_entry = kzalloc(sizeof(*vr_entry), GFP_KERNEL); in mlxsw_sp_nexthop_group_vr_entry_create()
3408 if (!vr_entry) in mlxsw_sp_nexthop_group_vr_entry_create()
3411 vr_entry->key.vr_id = fib->vr->id; in mlxsw_sp_nexthop_group_vr_entry_create()
3412 vr_entry->key.proto = fib->proto; in mlxsw_sp_nexthop_group_vr_entry_create()
3413 refcount_set(&vr_entry->ref_count, 1); in mlxsw_sp_nexthop_group_vr_entry_create()
3415 err = rhashtable_insert_fast(&nh_grp->vr_ht, &vr_entry->ht_node, in mlxsw_sp_nexthop_group_vr_entry_create()
3420 list_add(&vr_entry->list, &nh_grp->vr_list); in mlxsw_sp_nexthop_group_vr_entry_create()
3425 kfree(vr_entry); in mlxsw_sp_nexthop_group_vr_entry_create()
3431 struct mlxsw_sp_nexthop_group_vr_entry *vr_entry) in mlxsw_sp_nexthop_group_vr_entry_destroy() argument
[all …]