[SCTP] sctp_connectx() API support
authorFrank Filz <ffilzlnx@us.ibm.com>
Mon, 20 Jun 2005 20:14:57 +0000 (13:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jun 2005 20:14:57 +0000 (13:14 -0700)
commit3f7a87d2fa9b42f7aade43914f060df68cc89cc7
tree15162d2dd770428f98a0d39f8dc6063aba0ad1e6
parent8b22c249e7de453961e4d253b19fc2a0bdd65d53
[SCTP] sctp_connectx() API support

Implements sctp_connectx() as defined in the SCTP sockets API draft by
tunneling the request through a setsockopt().

Signed-off-by: Frank Filz <ffilzlnx@us.ibm.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
16 files changed:
include/net/sctp/command.h
include/net/sctp/constants.h
include/net/sctp/sctp.h
include/net/sctp/sm.h
include/net/sctp/structs.h
include/net/sctp/user.h
net/sctp/associola.c
net/sctp/endpointola.c
net/sctp/input.c
net/sctp/outqueue.c
net/sctp/sm_make_chunk.c
net/sctp/sm_sideeffect.c
net/sctp/sm_statefuns.c
net/sctp/sm_statetable.c
net/sctp/socket.c
net/sctp/transport.c