udp: multicast RX should increment SNMP/sk_drops counter in allocation failures
authorEric Dumazet <eric.dumazet@gmail.com>
Sun, 8 Nov 2009 10:20:19 +0000 (10:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Nov 2009 04:53:10 +0000 (20:53 -0800)
When skb_clone() fails, we should increment sk_drops and SNMP counters.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found