Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnexthop.h338 struct nexthop *nexthop_mpath_select(const struct nh_group *nhg, int nhsel) in nexthop_mpath_select()
400 struct fib_nh_common *nexthop_fib_nhc(struct nexthop *nh, int nhsel) in nexthop_fib_nhc()
427 int *nhsel) in nexthop_get_nhc_lookup()
491 static inline struct fib_nh_common *fib_info_nhc(struct fib_info *fi, int nhsel) in fib_info_nhc()
500 static inline struct fib_nh *fib_info_nh(struct fib_info *fi, int nhsel) in fib_info_nh()
/linux/net/ipv4/
H A Dfib_trie.c1552 int nhsel, err; in fib_table_lookup() local