[XFRM]: Define packet dropping statistics.
authorMasahide NAKAMURA <nakam@linux-ipv6.org>
Fri, 21 Dec 2007 04:42:57 +0000 (20:42 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:59:38 +0000 (14:59 -0800)
commit558f82ef6e0d25e87f7468c07b6db1fbbf95a855
treeb2fe20926ca4e500b6e5c0232a5bf3b2e3ba898e
parent9473e1f631de339c50bde1e3bd09e1045fe90fd5
[XFRM]: Define packet dropping statistics.

This statistics is shown factor dropped by transformation
at /proc/net/xfrm_stat for developer.
It is a counter designed from current transformation source code
and defined as linux private MIB.

See Documentation/networking/xfrm_proc.txt for the detail.

Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/xfrm_proc.txt [new file with mode: 0644]
include/linux/snmp.h
include/net/snmp.h
include/net/xfrm.h
net/xfrm/Makefile
net/xfrm/xfrm_policy.c
net/xfrm/xfrm_proc.c [new file with mode: 0644]