Searched refs:nhsel (Results 1 – 1 of 1) sorted by relevance
304 struct nexthop *nexthop_mpath_select(const struct nh_group *nhg, int nhsel) in nexthop_mpath_select() argument309 if (nhsel >= nhg->num_nh) in nexthop_mpath_select()312 return nhg->nh_entries[nhsel].nh; in nexthop_mpath_select()366 struct fib_nh_common *nexthop_fib_nhc(struct nexthop *nh, int nhsel) in nexthop_fib_nhc() argument378 nh = nexthop_mpath_select(nh_grp, nhsel); in nexthop_fib_nhc()393 int *nhsel) in nexthop_get_nhc_lookup() argument406 *nhsel = i; in nexthop_get_nhc_lookup()413 *nhsel = 0; in nexthop_get_nhc_lookup()457 static inline struct fib_nh_common *fib_info_nhc(struct fib_info *fi, int nhsel) in fib_info_nhc() argument460 return nexthop_fib_nhc(fi->nh, nhsel); in fib_info_nhc()[all …]