aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ip6_route.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h
index 79dce496f4d4..92004c5160c7 100644
--- a/include/net/ip6_route.h
+++ b/include/net/ip6_route.h
@@ -69,7 +69,8 @@ extern void rt6_sndmsg(int type, struct in6_addr *dst,
69 int dstlen, int srclen, 69 int dstlen, int srclen,
70 int metric, __u32 flags); 70 int metric, __u32 flags);
71 71
72extern struct rt6_info *rt6_lookup(struct in6_addr *daddr, 72extern struct rt6_info *rt6_lookup(struct net *net,
73 struct in6_addr *daddr,
73 struct in6_addr *saddr, 74 struct in6_addr *saddr,
74 int oif, int flags); 75 int oif, int flags);
75 76