net: sk_drops consolidation part 2
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 15 Oct 2009 00:12:40 +0000 (00:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Oct 2009 01:52:54 +0000 (18:52 -0700)
- skb_kill_datagram() can increment sk->sk_drops itself, not callers.

- UDP on IPV4 & IPV6 dropped frames (because of bad checksum or policy checks) increment sk_drops

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

No differences found