Lines Matching refs:rt6_info
37 struct rt6_info;
116 struct rt6_info *rt6i;
132 struct rt6_info * __percpu *rt6i_pcpu;
177 struct rt6_info { struct
199 struct rt6_info *rt6; argument
212 return ((struct rt6_info *)dst)->rt6i_idev; in ip6_dst_idev()
258 static inline u32 rt6_get_cookie(const struct rt6_info *rt) in rt6_get_cookie()
274 static inline void ip6_rt_put(struct rt6_info *rt) in ip6_rt_put()
279 BUILD_BUG_ON(offsetof(struct rt6_info, dst) != 0); in ip6_rt_put()
373 typedef struct rt6_info *(*pol_lookup_t)(struct net *,
428 void rt6_get_prefsrc(const struct rt6_info *rt, struct in6_addr *addr) in rt6_get_prefsrc()