Searched refs:nhsel (Results 1 – 1 of 1) sorted by relevance
341 if (nhsel >= nhg->num_nh) in nexthop_mpath_select()344 return nhg->nh_entries[nhsel].nh; in nexthop_mpath_select()398 struct fib_nh_common *nexthop_fib_nhc(struct nexthop *nh, int nhsel) in nexthop_fib_nhc() argument410 nh = nexthop_mpath_select(nh_grp, nhsel); in nexthop_fib_nhc()425 int *nhsel) in nexthop_get_nhc_lookup() argument438 *nhsel = i; in nexthop_get_nhc_lookup()445 *nhsel = 0; in nexthop_get_nhc_lookup()492 return nexthop_fib_nhc(fi->nh, nhsel); in fib_info_nhc()494 return &fi->fib_nh[nhsel].nh_common; in fib_info_nhc()498 static inline struct fib_nh *fib_info_nh(struct fib_info *fi, int nhsel) in fib_info_nh() argument[all …]
Completed in 9 milliseconds