Lines Matching refs:rt6_info
33 struct rt6_info;
138 struct rt6_info *rt6i;
154 struct rt6_info * __percpu *rt6i_pcpu;
207 struct rt6_info { struct
227 struct rt6_info *rt6; argument
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) in rt6_get_cookie()
318 static inline void ip6_rt_put(struct rt6_info *rt) in ip6_rt_put()
323 BUILD_BUG_ON(offsetof(struct rt6_info, dst) != 0); in ip6_rt_put()
419 typedef struct rt6_info *(*pol_lookup_t)(struct net *,
474 void rt6_get_prefsrc(const struct rt6_info *rt, struct in6_addr *addr) in rt6_get_prefsrc()
590 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_output(struct net *net,
595 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_input(struct net *net,
600 INDIRECT_CALLABLE_DECLARE(struct rt6_info *__ip6_route_redirect(struct net *net,
605 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_lookup(struct net *net,
610 static inline struct rt6_info *pol_lookup_func(pol_lookup_t lookup, in pol_lookup_func()