Lines Matching refs:rt6_info
86 int ip6_ins_rt(struct rt6_info *);
87 int ip6_del_rt(struct rt6_info *);
89 int ip6_route_get_saddr(struct net *net, struct rt6_info *rt,
93 struct rt6_info *rt6_lookup(struct net *net, const struct in6_addr *daddr,
101 struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev,
108 struct rt6_info *rt6_get_dflt_router(const struct in6_addr *addr,
110 struct rt6_info *rt6_add_dflt_router(const struct in6_addr *gwaddr,
134 int rt6_dump_route(struct rt6_info *rt, void *p_arg);
149 struct rt6_info *rt = (struct rt6_info *) dst; in __ip6_dst_store()
169 struct rt6_info *rt = (struct rt6_info *) skb_dst(skb); in ipv6_unicast_destination()
176 struct rt6_info *rt = (struct rt6_info *) skb_dst(skb); in ipv6_anycast_destination()
205 static inline struct in6_addr *rt6_nexthop(struct rt6_info *rt) in rt6_nexthop()