[XFRM]: Fix statistics.
authorMasahide NAKAMURA <nakam@linux-ipv6.org>
Fri, 1 Feb 2008 01:14:58 +0000 (17:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:28:30 +0000 (19:28 -0800)
commit9472c9ef645d03ea823801d7716e658aeaf894e4
tree349327bc0ea264312a2d753840e7c32590e4f6c8
parent5255dc6e14ce640ccb3e062362510a00ac59bbcd
[XFRM]: Fix statistics.

o Outbound sequence number overflow error status
  is counted as XfrmOutStateSeqError.
o Additionaly, it changes inbound sequence number replay
  error name from XfrmInSeqOutOfWindow to XfrmInStateSeqError
  to apply name scheme above.
o Inbound IPv4 UDP encapsuling type mismatch error is wrongly
  mapped to XfrmInStateInvalid then this patch fiex the error
  to XfrmInStateMismatch.

Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/xfrm_proc.txt
include/linux/snmp.h
net/xfrm/xfrm_input.c
net/xfrm/xfrm_output.c
net/xfrm/xfrm_proc.c