rt6_find_cached_rt
static struct rt6_info *rt6_find_cached_rt(const struct fib6_result *res,
rt = rt6_find_cached_rt(&res, &fl6->daddr, &fl6->saddr);
rt = rt6_find_cached_rt(&res, &fl6->daddr, &fl6->saddr);
rt_cache = rt6_find_cached_rt(res, &fl6->daddr, &fl6->saddr);
rt = rt6_find_cached_rt(res, daddr, saddr);
rt_cache = rt6_find_cached_rt(&res, &cfg->fc_dst, &cfg->fc_src);