]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[SCTP]: extend exported data in /proc/net/sctp/assoc
authorNeil Horman <nhorman@tuxdriver.com>
Fri, 29 Feb 2008 19:40:56 +0000 (11:40 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Feb 2008 19:40:56 +0000 (11:40 -0800)
commit58fbbed4fbc0094fc808a568fe99a915f85402ee
tree8b6dc5a6c12e1749577c6fcb4600706090564cc2
parent665bba10872fe995773b10c491519f148110576d
[SCTP]: extend exported data in /proc/net/sctp/assoc

RFC 3873 specifies several MIB objects that can't be obtained by the
current data set exported by /proc/sys/net/sctp/assoc.  This patch
adds the missing pieces of data that allow us to compute all the
objects in the sctpAssocTable object.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/structs.h
net/sctp/outqueue.c
net/sctp/proc.c
net/sctp/sm_statefuns.c