Searched refs:rt_cache (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv6/
H A Droute.c3009 /* rt_cache's gateway might be different from its 'parent'
3015 struct rt6_info *rt_cache; local
3017 rt_cache = rt6_find_cached_rt(res, &fl6->daddr, &fl6->saddr);
3018 if (rt_cache &&
3019 ipv6_addr_equal(gw, &rt_cache->rt6i_gateway)) {
3020 *ret = rt_cache;
3994 struct rt6_info *rt_cache; local
3996 rt_cache = rt6_find_cached_rt(&res, &cfg->fc_dst, &cfg->fc_src);
3997 if (rt_cache)
3998 return __ip6_del_cached_rt(rt_cache, cf
[all...]

Completed in 206 milliseconds