[UDP]: Restore missing inDatagrams increments
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 11 Dec 2007 19:30:32 +0000 (11:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:33 +0000 (14:56 -0800)
The previous move of the the UDP inDatagrams counter caused the
counting of encapsulated packets, SUNRPC data (as opposed to call)
packets and RXRPC packets to go missing.

This patch restores all of these.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found