Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Droute.c1369 static struct rt6_info *ip6_rt_cache_alloc(const struct fib6_result *res, in ip6_rt_cache_alloc()
1873 * (See the logic in ip6_rt_cache_alloc() on how in rt6_find_cached_rt()
2311 rt = ip6_rt_cache_alloc(&res, &fl6->daddr, NULL); in ip6_pol_route()
2314 /* 1 refcnt is taken during ip6_rt_cache_alloc(). in ip6_pol_route()
2990 nrt6 = ip6_rt_cache_alloc(&res, daddr, saddr); in __ip6_rt_update_pmtu()
4345 nrt = ip6_rt_cache_alloc(&res, &msg->dest, NULL); in rt6_do_redirect()
1368 static struct rt6_info *ip6_rt_cache_alloc(const struct fib6_result *res, ip6_rt_cache_alloc() function