Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dnexthop.h172 struct nexthop *nexthop_select_path(struct nexthop *nh, int hash);
245 nh = nexthop_select_path(res->fi->nh, hash); in nexthop_path_fib_result()
398 nh = nexthop_select_path(nh, hash); in nexthop_path_fib6_result()
435 nhp = nexthop_select_path(nh, hash); in nexthop_path_fdb_result()
/Linux-v5.10/net/ipv4/
Dnexthop.c542 struct nexthop *nexthop_select_path(struct nexthop *nh, int hash) in nexthop_select_path() function
583 EXPORT_SYMBOL_GPL(nexthop_select_path);