Searched refs:cl_sctp_unlisten (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c498 if (cl_sctp_unlisten != NULL && !do_asconf &&
512 /* ulist will be non-NULL only if cl_sctp_unlisten is non-NULL */
514 ASSERT(cl_sctp_unlisten != NULL);
515 (*cl_sctp_unlisten)(connp->conn_family, ulist, addrcnt,
H A Dsctp_hash.c701 if (cl_sctp_unlisten != NULL) {
708 (*cl_sctp_unlisten)(connp->conn_family, slist,
H A Dsctp_impl.h1175 extern void (*cl_sctp_unlisten)(sa_family_t, uchar_t *, uint_t, in_port_t);
H A Dsctp.c151 void (*cl_sctp_unlisten)(sa_family_t, uchar_t *, uint_t, in_port_t) = NULL; variable

Completed in 102 milliseconds