ipv6: Change final dst lookup arg name to "can_sleep"
[deliverable/linux.git] / include / net / ipv6.h
index 1fc5631cf1a280e9d19f87e338dbe413e70e785d..8f78aace0a9dea56d2bcc4df2a529ea192c78f8d 100644 (file)
@@ -515,11 +515,11 @@ extern int                        ip6_dst_lookup(struct sock *sk,
 extern struct dst_entry *      ip6_dst_lookup_flow(struct sock *sk,
                                                    struct flowi *fl,
                                                    const struct in6_addr *final_dst,
-                                                   bool want_blackhole);
+                                                   bool can_sleep);
 extern struct dst_entry *      ip6_sk_dst_lookup_flow(struct sock *sk,
                                                       struct flowi *fl,
                                                       const struct in6_addr *final_dst,
-                                                      bool want_blackhole);
+                                                      bool can_sleep);
 extern int                     ip6_dst_blackhole(struct sock *sk,
                                                  struct dst_entry **dst,
                                                  struct flowi *fl);
This page took 0.024257 seconds and 5 git commands to generate.