]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCTP]: Include ulpevents in socket receive buffer accounting.
authorNeil Horman <nhorman@tuxdriver.com>
Sat, 12 Nov 2005 00:08:24 +0000 (16:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Nov 2005 00:08:24 +0000 (16:08 -0800)
commit049b3ff5a86d0187184a189d2e31b8654d58fe22
treeaed83ae799e444c57d76597bad6e3b41957a828e
parent19c7e9eef503dc1ae926f3d26c56f88bee568d7b
[SCTP]: Include ulpevents in socket receive buffer accounting.

Also introduces a sysctl option to configure the receive buffer
accounting policy to be either at socket or association level.
Default is all the associations on the same socket share the
receive buffer.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/sysctl.h
include/net/sctp/structs.h
net/sctp/associola.c
net/sctp/endpointola.c
net/sctp/input.c
net/sctp/protocol.c
net/sctp/sm_statefuns.c
net/sctp/socket.c
net/sctp/sysctl.c
net/sctp/ulpevent.c