[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)
commit1781f7f5804e52ee2d35328b129602146a8d8254
treedc67102f480e59d87859c50392452be4f41487bd
parent27ab2568649d5ba6c5a20212079b7c4f6da4ca0d
[UDP]: Restore missing inDatagrams increments

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>
include/net/ipv6.h
include/net/udp.h
include/net/udplite.h
net/ipv4/udp.c
net/ipv6/proc.c
net/ipv6/udp.c
net/rxrpc/ar-input.c
net/sunrpc/xprtsock.c