diff options
Diffstat (limited to 'net/ipv6/route.c')
-rw-r--r-- | net/ipv6/route.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 48c8d7cb9020..a429900d16aa 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c | |||
@@ -1763,8 +1763,7 @@ int ipv6_route_ioctl(unsigned int cmd, void __user *arg) | |||
1763 | * Drop the packet on the floor | 1763 | * Drop the packet on the floor |
1764 | */ | 1764 | */ |
1765 | 1765 | ||
1766 | static inline int ip6_pkt_drop(struct sk_buff *skb, int code, | 1766 | static int ip6_pkt_drop(struct sk_buff *skb, int code, int ipstats_mib_noroutes) |
1767 | int ipstats_mib_noroutes) | ||
1768 | { | 1767 | { |
1769 | int type; | 1768 | int type; |
1770 | switch (ipstats_mib_noroutes) { | 1769 | switch (ipstats_mib_noroutes) { |