Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Droute.c1388 static bool rt6_is_valid(const struct rt6_info *rt6) in rt6_is_valid() function
1400 if (pcpu_rt && pcpu_rt->sernum && !rt6_is_valid(pcpu_rt)) { in rt6_get_pcpu_route()
2744 return rt6_is_valid(rt) ? dst : NULL; in ip6_dst_check()