Lines Matching refs:rt6_info
39 struct rt6_info;
144 struct rt6_info *rt6i;
160 struct rt6_info * __percpu *rt6i_pcpu;
209 struct rt6_info {
229 struct rt6_info *rt6;
242 return ((struct rt6_info *)dst)->rt6i_idev;
293 static inline u32 rt6_get_cookie(const struct rt6_info *rt)
312 static inline void ip6_rt_put(struct rt6_info *rt)
315 * We rely on dst being first structure in struct rt6_info
317 BUILD_BUG_ON(offsetof(struct rt6_info, dst) != 0);
410 typedef struct rt6_info *(*pol_lookup_t)(struct net *,
465 void rt6_get_prefsrc(const struct rt6_info *rt, struct in6_addr *addr)
549 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_output(struct net *net,
554 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_input(struct net *net,
559 INDIRECT_CALLABLE_DECLARE(struct rt6_info *__ip6_route_redirect(struct net *net,
564 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_lookup(struct net *net,
569 static inline struct rt6_info *pol_lookup_func(pol_lookup_t lookup,