ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument
[deliverable/linux.git] / include / net / ipv6.h
index 7c79798bcaab538d2ed010db77115980d8fe7093..eecdfc92f8070b388b5907f00fc33359f2126eae 100644 (file)
@@ -813,7 +813,8 @@ static inline struct sk_buff *ip6_finish_skb(struct sock *sk)
                              &inet6_sk(sk)->cork);
 }
 
-int ip6_dst_lookup(struct sock *sk, struct dst_entry **dst, struct flowi6 *fl6);
+int ip6_dst_lookup(struct net *net, struct sock *sk, struct dst_entry **dst,
+                  struct flowi6 *fl6);
 struct dst_entry *ip6_dst_lookup_flow(struct sock *sk, struct flowi6 *fl6,
                                      const struct in6_addr *final_dst);
 struct dst_entry *ip6_sk_dst_lookup_flow(struct sock *sk, struct flowi6 *fl6,
This page took 0.029228 seconds and 5 git commands to generate.