Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnexthop.h316 struct nexthop *nexthop_select_path(struct nexthop *nh, int hash);
389 nh = nexthop_select_path(res->fi->nh, hash); in nexthop_path_fib_result()
543 nh = nexthop_select_path(nh, hash); in nexthop_path_fib6_result()
580 nhp = nexthop_select_path(nh, hash); in nexthop_path_fdb_result()
/linux/net/ipv4/
H A Dnexthop.c1468 struct nexthop *nexthop_select_path(struct nexthop *nh, int hash) in nexthop_select_path() function
1484 EXPORT_SYMBOL_GPL(nexthop_select_path);