diff options
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 5d125c1293a9..d6d077d7f2cf 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -520,8 +520,8 @@ 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 can_sleep); | 522 | bool can_sleep); |
523 | extern struct dst_entry * ip6_dst_blackhole(struct net *net, | 523 | extern struct dst_entry * ip6_blackhole_route(struct net *net, |
524 | struct dst_entry *orig_dst); | 524 | struct dst_entry *orig_dst); |
525 | 525 | ||
526 | /* | 526 | /* |
527 | * skb processing functions | 527 | * skb processing functions |