Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_router.c53 struct list_head nexthop_list; member
2203 INIT_LIST_HEAD(&neigh_entry->nexthop_list); in mlxsw_sp_neigh_entry_alloc()
3054 if (list_empty(&router->nexthop_list)) in mlxsw_sp_nexthop_next()
3057 return list_first_entry(&router->nexthop_list, in mlxsw_sp_nexthop_next()
4042 nh = list_first_entry(&neigh_entry->nexthop_list, in mlxsw_sp_nexthop_dead_neigh_replace()
4091 if (list_empty(&neigh_entry->nexthop_list)) in mlxsw_sp_nexthop_neigh_update()
4118 list_add(&nh->rif_list_node, &rif->nexthop_list); in mlxsw_sp_nexthop_rif_init()
4165 if (list_empty(&neigh_entry->nexthop_list)) in mlxsw_sp_nexthop_neigh_init()
4201 if (list_empty(&neigh_entry->nexthop_list)) in mlxsw_sp_nexthop_neigh_fini()
4423 list_splice_init(&old_rif->nexthop_list, &new_rif->nexthop_list); in mlxsw_sp_nexthop_rif_migrate()
[all …]
A Dspectrum_router.h49 struct list_head nexthop_list; member

Completed in 27 milliseconds