Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dip6_fib.h137 static inline bool rt6_has_peer(struct rt6_info *rt) in rt6_has_peer() function
/linux-4.1.27/net/ipv6/
Dxfrm6_policy.c258 if (rt6_has_peer(&xdst->u.rt6)) { in xfrm6_dst_destroy()
Droute.c125 if (rt6_has_peer(rt)) in __rt6_get_peer()
129 return (rt6_has_peer(rt) ? rt6_peer_ptr(rt) : NULL); in __rt6_get_peer()
337 if (rt6_has_peer(rt)) { in ip6_dst_destroy()