Lines Matching refs:rt6_info
104 static inline void ip6_rt_put_flags(struct rt6_info *rt, int flags)
113 struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table,
151 struct rt6_info *rt6_lookup(struct net *net, const struct in6_addr *daddr,
165 struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev,
210 void rt6_uncached_list_add(struct rt6_info *rt);
211 void rt6_uncached_list_del(struct rt6_info *rt);
213 static inline const struct rt6_info *skb_rt6_info(const struct sk_buff *skb)
216 const struct rt6_info *rt6 = NULL;
219 rt6 = container_of(dst, struct rt6_info, dst);
233 np->dst_cookie = rt6_get_cookie((struct rt6_info *)dst);
246 struct rt6_info *rt = (struct rt6_info *) skb_dst(skb);
254 struct rt6_info *rt = (struct rt6_info *)dst;
293 static inline const struct in6_addr *rt6_nexthop(const struct rt6_info *rt,