rt6_score_route
static int rt6_score_route(const struct fib6_nh *nh, u32 fib6_flags, int oif,
if (rt6_score_route(first->fib6_nh, first->fib6_flags, oif,
if (rt6_score_route(nh, sibling->fib6_flags, oif, strict) < 0)
m = rt6_score_route(nh, fib6_flags, oif, strict);