Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dip_fib.h333 void fib_select_path(struct net *net, struct fib_result *res,
/linux-4.4.14/net/ipv4/
Dfib_semantics.c1582 void fib_select_path(struct net *net, struct fib_result *res, in fib_select_path() function
1602 EXPORT_SYMBOL_GPL(fib_select_path);
Droute.c2304 fib_select_path(net, &res, fl4, mp_hash); in __ip_route_output_key_hash()
/linux-4.4.14/drivers/net/
Dvrf.c830 fib_select_path(net, &res, fl4, -1); in vrf_get_saddr()