commit | 1781f7f5804e52ee2d35328b129602146a8d8254 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Dec 11 11:30:32 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:56:33 2008 -0800 |
tree | dc67102f480e59d87859c50392452be4f41487bd | |
parent | 27ab2568649d5ba6c5a20212079b7c4f6da4ca0d [diff] |
[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>