aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r--include/net/ipv6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 1fc5631cf1a..8f78aace0a9 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -515,11 +515,11 @@ extern int ip6_dst_lookup(struct sock *sk,
515extern struct dst_entry * ip6_dst_lookup_flow(struct sock *sk, 515extern struct dst_entry * ip6_dst_lookup_flow(struct sock *sk,
516 struct flowi *fl, 516 struct flowi *fl,
517 const struct in6_addr *final_dst, 517 const struct in6_addr *final_dst,
518 bool want_blackhole); 518 bool can_sleep);
519extern struct dst_entry * ip6_sk_dst_lookup_flow(struct sock *sk, 519extern struct dst_entry * ip6_sk_dst_lookup_flow(struct sock *sk,
520 struct flowi *fl, 520 struct flowi *fl,
521 const struct in6_addr *final_dst, 521 const struct in6_addr *final_dst,
522 bool want_blackhole); 522 bool can_sleep);
523extern int ip6_dst_blackhole(struct sock *sk, 523extern int ip6_dst_blackhole(struct sock *sk,
524 struct dst_entry **dst, 524 struct dst_entry **dst,
525 struct flowi *fl); 525 struct flowi *fl);