Lines Matching refs:rt6_info
38 struct rt6_info;
143 struct rt6_info *rt6i;
159 struct rt6_info * __percpu *rt6i_pcpu;
205 struct rt6_info {
228 struct rt6_info *rt6;
241 return ((struct rt6_info *)dst)->rt6i_idev;
292 static inline u32 rt6_get_cookie(const struct rt6_info *rt)
311 static inline void ip6_rt_put(struct rt6_info *rt)
314 * We rely on dst being first structure in struct rt6_info
316 BUILD_BUG_ON(offsetof(struct rt6_info, dst) != 0);
417 typedef struct rt6_info *(*pol_lookup_t)(struct net *,
472 void rt6_get_prefsrc(const struct rt6_info *rt, struct in6_addr *addr)
557 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_output(struct net *net,
562 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_input(struct net *net,
567 INDIRECT_CALLABLE_DECLARE(struct rt6_info *__ip6_route_redirect(struct net *net,
572 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_lookup(struct net *net,
577 static inline struct rt6_info *pol_lookup_func(pol_lookup_t lookup,