Home
last modified time | relevance | path

Searched refs:uncached_rt (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/ipv6/
Droute.c1090 struct rt6_info *uncached_rt; in ip6_pol_route() local
1095 uncached_rt = ip6_rt_cache_alloc(rt, &fl6->daddr, NULL); in ip6_pol_route()
1098 if (uncached_rt) in ip6_pol_route()
1099 rt6_uncached_list_add(uncached_rt); in ip6_pol_route()
1101 uncached_rt = net->ipv6.ip6_null_entry; in ip6_pol_route()
1103 dst_hold(&uncached_rt->dst); in ip6_pol_route()
1104 return uncached_rt; in ip6_pol_route()