Searched refs:rt6_score_route (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/net/ipv6/ |
D | route.c | 103 static int rt6_score_route(const struct fib6_nh *nh, u32 fib6_flags, int oif, 464 if (rt6_score_route(nh, sibling->fib6_flags, oif, strict) < 0) in fib6_select_path() 721 static int rt6_score_route(const struct fib6_nh *nh, u32 fib6_flags, int oif, in rt6_score_route() function 758 m = rt6_score_route(nh, fib6_flags, oif, strict); in find_match()
|