Lines Matching refs:in6_addr
59 static inline bool rt6_need_strict(const struct in6_addr *daddr) in rt6_need_strict()
90 const struct in6_addr *daddr, unsigned int prefs,
91 struct in6_addr *saddr);
93 struct rt6_info *rt6_lookup(struct net *net, const struct in6_addr *daddr,
94 const struct in6_addr *saddr, int oif, int flags);
102 const struct in6_addr *addr, bool anycast);
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,
116 const struct in6_addr *gwaddr);
138 void rt6_clean_tohost(struct net *net, struct in6_addr *gateway);
145 const struct in6_addr *daddr, in __ip6_dst_store()
146 const struct in6_addr *saddr) in __ip6_dst_store()
160 struct in6_addr *daddr, struct in6_addr *saddr) in ip6_dst_store()
205 static inline struct in6_addr *rt6_nexthop(struct rt6_info *rt) in rt6_nexthop()