From d9a91e707629deb07074c7ca8a9b79dbddbd2e72 Mon Sep 17 00:00:00 2001 From: Sridhar Samudrala Date: Thu, 7 Nov 2002 01:21:14 -0800 Subject: [SCTP] udp-style connect support(non-blocking). --- include/net/sctp/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 *); -- cgit v1.2.3