diff options
Diffstat (limited to 'net/ipv6/ip6_tunnel.c')
-rw-r--r-- | net/ipv6/ip6_tunnel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv6/ip6_tunnel.c b/net/ipv6/ip6_tunnel.c index 8be3c452af90..c2c0f89397b1 100644 --- a/net/ipv6/ip6_tunnel.c +++ b/net/ipv6/ip6_tunnel.c | |||
@@ -768,8 +768,7 @@ static int ip6_tnl_rcv(struct sk_buff *skb, __u16 protocol, | |||
768 | 768 | ||
769 | dscp_ecn_decapsulate(t, ipv6h, skb); | 769 | dscp_ecn_decapsulate(t, ipv6h, skb); |
770 | 770 | ||
771 | if (netif_rx(skb) == NET_RX_DROP) | 771 | netif_rx(skb); |
772 | t->dev->stats.rx_dropped++; | ||
773 | 772 | ||
774 | rcu_read_unlock(); | 773 | rcu_read_unlock(); |
775 | return 0; | 774 | return 0; |