diff options
author | David S. Miller <davem@davemloft.net> | 2011-03-01 17:32:04 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-03-01 17:32:04 -0500 |
commit | a1414715f0ac905fb4b3a158ff6548d37bbe6165 (patch) | |
tree | 64d8875dd744deff8ccfd0afad7a0806f4e4308a /include/net/ipv6.h | |
parent | 273447b352e69c327efdecfd6e1d6fe3edbdcd14 (diff) |
ipv6: Change final dst lookup arg name to "can_sleep"
Since it indicates whether we are invoked from a sleepable
context or not.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 4 |
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, | |||
515 | extern struct dst_entry * ip6_dst_lookup_flow(struct sock *sk, | 515 | extern 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); |
519 | extern struct dst_entry * ip6_sk_dst_lookup_flow(struct sock *sk, | 519 | extern 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); |
523 | extern int ip6_dst_blackhole(struct sock *sk, | 523 | extern 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); |