Searched refs:rt6_find_cached_rt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 113 static struct rt6_info *rt6_find_cached_rt(const struct fib6_result *res, 1239 rt = rt6_find_cached_rt(&res, &fl6->daddr, &fl6->saddr); in ip6_pol_route_lookup() 1787 static struct rt6_info *rt6_find_cached_rt(const struct fib6_result *res, in rt6_find_cached_rt() function 2233 rt = rt6_find_cached_rt(&res, &fl6->daddr, &fl6->saddr); in ip6_pol_route() 2885 rt_cache = rt6_find_cached_rt(res, &fl6->daddr, &fl6->saddr); in ip6_redirect_nh_match() 3118 * rt6_find_cached_rt; called with rcu_read_lock 3136 rt = rt6_find_cached_rt(res, daddr, saddr); in ip6_mtu_from_fib6() 3904 rt_cache = rt6_find_cached_rt(&res, &cfg->fc_dst, &cfg->fc_src); in ip6_del_cached_rt()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 114 static struct rt6_info *rt6_find_cached_rt(const struct fib6_result *res, 1239 rt = rt6_find_cached_rt(&res, &fl6->daddr, &fl6->saddr); in ip6_pol_route_lookup() 1786 static struct rt6_info *rt6_find_cached_rt(const struct fib6_result *res, in rt6_find_cached_rt() function 2226 rt = rt6_find_cached_rt(&res, &fl6->daddr, &fl6->saddr); in ip6_pol_route() 3007 rt_cache = rt6_find_cached_rt(res, &fl6->daddr, &fl6->saddr); in ip6_redirect_nh_match() 3217 * rt6_find_cached_rt; called with rcu_read_lock 3235 rt = rt6_find_cached_rt(res, daddr, saddr); in ip6_mtu_from_fib6() 3988 rt_cache = rt6_find_cached_rt(&res, &cfg->fc_dst, &cfg->fc_src); in ip6_del_cached_rt()
|
Completed in 17 milliseconds