diff options
Diffstat (limited to 'net/ipv4/ipip.c')
-rw-r--r-- | net/ipv4/ipip.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index 6ad46c28ede2..e9b816e6cd73 100644 --- a/net/ipv4/ipip.c +++ b/net/ipv4/ipip.c | |||
@@ -414,8 +414,7 @@ static int ipip_rcv(struct sk_buff *skb) | |||
414 | 414 | ||
415 | ipip_ecn_decapsulate(iph, skb); | 415 | ipip_ecn_decapsulate(iph, skb); |
416 | 416 | ||
417 | if (netif_rx(skb) == NET_RX_DROP) | 417 | netif_rx(skb); |
418 | tunnel->dev->stats.rx_dropped++; | ||
419 | 418 | ||
420 | rcu_read_unlock(); | 419 | rcu_read_unlock(); |
421 | return 0; | 420 | return 0; |