linux/net/kcm
Tom Herbert cd6e111bf5 kcm: Add statistics and proc interfaces
This patch adds various counters for KCM. These include counters for
messages and bytes received or sent, as well as counters for number of
attached/unattached TCP sockets and other error or edge events.

The statistics are exposed via a proc interface. /proc/net/kcm provides
statistics per KCM socket and per psock (attached TCP sockets).
/proc/net/kcm_stats provides aggregate statistics.

Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-03-09 16:36:14 -05:00
..
kcmproc.c kcm: Add statistics and proc interfaces 2016-03-09 16:36:14 -05:00
kcmsock.c kcm: Add statistics and proc interfaces 2016-03-09 16:36:14 -05:00
Kconfig
Makefile kcm: Add statistics and proc interfaces 2016-03-09 16:36:14 -05:00