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

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c3402 struct mlxsw_sp_nexthop_group_vr_entry *vr_entry; local
3405 vr_entry = kzalloc(sizeof(*vr_entry), GFP_KERNEL);
3406 if (!vr_entry)
3409 vr_entry->key.vr_id = fib->vr->id;
3410 vr_entry->key.proto = fib->proto;
3411 refcount_set(&vr_entry->ref_count, 1);
3413 err = rhashtable_insert_fast(&nh_grp->vr_ht, &vr_entry->ht_node,
3418 list_add(&vr_entry->list, &nh_grp->vr_list);
3423 kfree(vr_entry);
3428 mlxsw_sp_nexthop_group_vr_entry_destroy(struct mlxsw_sp_nexthop_group *nh_grp, struct mlxsw_sp_nexthop_group_vr_entry *vr_entry) argument
3441 struct mlxsw_sp_nexthop_group_vr_entry *vr_entry; local
3456 struct mlxsw_sp_nexthop_group_vr_entry *vr_entry; local
3714 struct mlxsw_sp_nexthop_group_vr_entry *vr_entry; local
[all...]

Completed in 236 milliseconds