Home
last modified time | relevance | path

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

/include/net/
A Dnexthop.h341 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() argument
410 nh = nexthop_mpath_select(nh_grp, nhsel); in nexthop_fib_nhc()
425 int *nhsel) in nexthop_get_nhc_lookup() argument
438 *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