Searched refs:uncached_rt (Results 1 – 1 of 1) sorted by relevance
1898 struct rt6_info *uncached_rt; in ip6_pol_route() local1900 uncached_rt = ip6_rt_cache_alloc(f6i, &fl6->daddr, NULL); in ip6_pol_route()1904 if (uncached_rt) { in ip6_pol_route()1908 rt6_uncached_list_add(uncached_rt); in ip6_pol_route()1911 uncached_rt = net->ipv6.ip6_null_entry; in ip6_pol_route()1912 dst_hold(&uncached_rt->dst); in ip6_pol_route()1915 return uncached_rt; in ip6_pol_route()