Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dnexthop.h119 struct nh_group { struct
120 struct nh_group *spare; /* spare group for removals */ argument
151 struct nh_group __rcu *nh_grp; argument
252 const struct nh_group *nh_grp; in nexthop_is_fdb()
267 struct nh_group *nh_grp; in nexthop_has_v4()
278 struct nh_group *nh_grp; in nexthop_is_multipath()
293 struct nh_group *nh_grp; in nexthop_num_path()
319 struct nh_group *nhg = rtnl_dereference(nh->nh_grp); in nexthop_mpath_fill_node()
341 struct nh_group *nh_grp; in nexthop_is_blackhole()
374 struct nh_group *nh_grp; in nexthop_fib_nhc()
[all …]
/openbmc/linux/net/ipv4/
H A Dnexthop.c257 struct nh_group *nhg; in nh_notifier_res_bucket_idle_timer_get()
397 struct nh_group *nhg; in call_nexthop_res_table_notifiers()
469 struct nh_group *nhg; in nexthop_free_group()
534 struct nh_group *nhg; in nexthop_grp_alloc()
1234 struct nh_group *nhg; in nexthop_select_path()
1258 struct nh_group *nhg; in nexthop_for_each_fib6_nh()
1307 struct nh_group *nhg; in fib6_check_nexthop()
1379 struct nh_group *nhg; in fib_check_nexthop()
1931 struct nh_group *nhg; in nh_rt_cache_flush()
2438 struct nh_group *nhg; in nexthop_create_group()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c479 struct mlxsw_sp_nexthop_group *nh_group; member
5665 fib_entry->nh_group = nh_grp; in mlxsw_sp_nexthop4_group_get()
5699 struct mlxsw_sp_nexthop_group *nh_group = fib_entry->nh_group; in mlxsw_sp_fib_entry_should_offload() local
5712 return !!nh_group->nhgi->adj_index_valid; in mlxsw_sp_fib_entry_should_offload()
5714 return !!mlxsw_sp_nhgi_rif(nh_group->nhgi); in mlxsw_sp_fib_entry_should_offload()
5960 struct mlxsw_sp_nexthop_group *nh_group = fib_entry->nh_group; in mlxsw_sp_fib_entry_op_remote() local
6243 err = mlxsw_sp_nexthop_group_vr_link(fib_entry->nh_group, in mlxsw_sp_fib4_entry_create()
6923 fib6_entry->common.nh_group = nh_grp; in mlxsw_sp_nexthop6_group_get()
6954 fib6_entry->common.nh_group = NULL; in mlxsw_sp_nexthop6_group_update()
6987 fib6_entry->common.nh_group = old_nh_grp; in mlxsw_sp_nexthop6_group_update()
[all …]