Lines Matching refs:rt6_info
100 static inline void ip6_rt_put_flags(struct rt6_info *rt, int flags)
109 struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table,
147 struct rt6_info *rt6_lookup(struct net *net, const struct in6_addr *daddr,
161 struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev,
207 void rt6_uncached_list_add(struct rt6_info *rt);
208 void rt6_uncached_list_del(struct rt6_info *rt);
210 static inline const struct rt6_info *skb_rt6_info(const struct sk_buff *skb)
213 const struct rt6_info *rt6 = NULL;
216 rt6 = container_of(dst, struct rt6_info, dst);
230 np->dst_cookie = rt6_get_cookie((struct rt6_info *)dst);
243 struct rt6_info *rt = (struct rt6_info *) skb_dst(skb);
251 struct rt6_info *rt = (struct rt6_info *)dst;
290 static inline const struct in6_addr *rt6_nexthop(const struct rt6_info *rt,