Searched refs:ip6_rt_check (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_output.c | 1025 static inline int ip6_rt_check(const struct rt6key *rt_key, in ip6_rt_check() function 1054 * 1. ip6_rt_check(): If route was host route, in ip6_sk_dst_check() 1066 if (ip6_rt_check(&rt->rt6i_dst, &fl6->daddr, np->daddr_cache) || in ip6_sk_dst_check() 1068 ip6_rt_check(&rt->rt6i_src, &fl6->saddr, np->saddr_cache) || in ip6_sk_dst_check()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_output.c | 1039 static inline int ip6_rt_check(const struct rt6key *rt_key, in ip6_rt_check() function 1068 * 1. ip6_rt_check(): If route was host route, in ip6_sk_dst_check() 1080 if (ip6_rt_check(&rt->rt6i_dst, &fl6->daddr, np->daddr_cache) || in ip6_sk_dst_check() 1082 ip6_rt_check(&rt->rt6i_src, &fl6->saddr, np->saddr_cache) || in ip6_sk_dst_check()
|
Completed in 7 milliseconds