Lines Matching defs:rt
132 static inline struct inet_peer *rt6_peer_ptr(struct rt6_info *rt) in rt6_peer_ptr()
137 static inline bool rt6_has_peer(struct rt6_info *rt) in rt6_has_peer()
142 static inline void __rt6_set_peer(struct rt6_info *rt, struct inet_peer *peer) in __rt6_set_peer()
147 static inline bool rt6_set_peer(struct rt6_info *rt, struct inet_peer *peer) in rt6_set_peer()
152 static inline void rt6_init_peer(struct rt6_info *rt, struct inet_peer_base *base) in rt6_init_peer()
157 static inline void rt6_transfer_peer(struct rt6_info *rt, struct rt6_info *ort) in rt6_transfer_peer()
167 static inline void rt6_clean_expires(struct rt6_info *rt) in rt6_clean_expires()
173 static inline void rt6_set_expires(struct rt6_info *rt, unsigned long expires) in rt6_set_expires()
181 struct rt6_info *rt; in rt6_update_expires() local
192 static inline void rt6_set_from(struct rt6_info *rt, struct rt6_info *from) in rt6_set_from()
201 static inline void ip6_rt_put(struct rt6_info *rt) in ip6_rt_put()