Lines Matching refs:rt_cache
2877 /* rt_cache's gateway might be different from its 'parent'
2883 struct rt6_info *rt_cache;
2885 rt_cache = rt6_find_cached_rt(res, &fl6->daddr, &fl6->saddr);
2886 if (rt_cache &&
2887 ipv6_addr_equal(gw, &rt_cache->rt6i_gateway)) {
2888 *ret = rt_cache;
3902 struct rt6_info *rt_cache;
3904 rt_cache = rt6_find_cached_rt(&res, &cfg->fc_dst, &cfg->fc_src);
3905 if (rt_cache)
3906 return __ip6_del_cached_rt(rt_cache, cfg);