]> git.baikalelectronics.ru Git - kernel.git/commit
[SCTP]: Remove timeouts[] array from sctp_endpoint.
authorVladislav Yasevich <vladislav.yasevich@hp.com>
Sat, 12 Nov 2005 00:06:16 +0000 (16:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Nov 2005 00:06:16 +0000 (16:06 -0800)
commitb8c2b04c9e9aaf4d6d8d09ed3b5d3ad9b5c54791
treecd12fac53642654beb67924a6bf37b86b4b54b07
parent91fc829a75ed5c6f165893aa29fd3d8a013ae16f
[SCTP]: Remove timeouts[] array from sctp_endpoint.

The socket level timeout values are maintained in sctp_sock and
association level timeouts are in sctp_association. So there is
no need for ep->timeouts.

Signed-off-by: Vladislav Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/structs.h
net/sctp/associola.c
net/sctp/endpointola.c
net/sctp/sm_sideeffect.c
net/sctp/socket.c