summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSridhar Samudrala <sridhar@dyn9-47-18-140.beaverton.ibm.com>2002-11-07 01:21:14 -0800
committerJon Grimm <jgrimm@touki.austin.ibm.com>2002-11-07 01:21:14 -0800
commitd9a91e707629deb07074c7ca8a9b79dbddbd2e72 (patch)
treef569257345c1f94a32394187915be24b4d7509bb /include
parent16f3fd6be6c8d553c717d32c54cfe6d82a3c93d1 (diff)
[SCTP] udp-style connect support(non-blocking).
Diffstat (limited to 'include')
-rw-r--r--include/net/sctp/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 62c2cb28ccb4..379c42f0666f 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -1060,6 +1060,7 @@ void sctp_endpoint_add_asoc(sctp_endpoint_t *, sctp_association_t *asoc);
sctp_association_t *sctp_endpoint_lookup_assoc(const sctp_endpoint_t *ep,
const union sctp_addr *paddr,
sctp_transport_t **);
+int sctp_endpoint_is_peeled_off(sctp_endpoint_t *, const union sctp_addr *);
sctp_endpoint_t *sctp_endpoint_is_match(sctp_endpoint_t *,
const union sctp_addr *);