]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitdd1367945ca922174ff86a923b1e26c58f01c0e3
tree349327bc0ea264312a2d753840e7c32590e4f6c8
parent16338efd5e1822ec4636562faf75de7ac20734de
[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