Lines Matching defs:rt6_info
33 struct rt6_info;
138 struct rt6_info *rt6i;
154 struct rt6_info * __percpu *rt6i_pcpu;
207 struct rt6_info {
227 struct rt6_info *rt6;
238 #define dst_rt6_info(_ptr) container_of_const(_ptr, struct rt6_info, dst)
299 static inline u32 rt6_get_cookie(const struct rt6_info *rt)
318 static inline void ip6_rt_put(struct rt6_info *rt)
321 * We rely on dst being first structure in struct rt6_info
323 BUILD_BUG_ON(offsetof(struct rt6_info, dst) != 0);
419 typedef struct rt6_info *(*pol_lookup_t)(struct net *,
474 void rt6_get_prefsrc(const struct rt6_info *rt, struct in6_addr *addr)
640 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_output(struct net *net,
645 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_input(struct net *net,
650 INDIRECT_CALLABLE_DECLARE(struct rt6_info *__ip6_route_redirect(struct net *net,
655 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_lookup(struct net *net,
660 static inline struct rt6_info *pol_lookup_func(pol_lookup_t lookup,