Home
last modified time | relevance | path

Searched refs:lsctp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c576 sctp_t *lsctp; in sctp_bindi() local
596 for (lsctp = tbf->tf_sctp; lsctp != NULL; in sctp_bindi()
597 lsctp = lsctp->sctp_bind_hash) { in sctp_bindi()
598 conn_t *lconnp = lsctp->sctp_connp; in sctp_bindi()
601 lsctp->sctp_state < SCTPS_BOUND) in sctp_bindi()
615 addrcmp = sctp_compare_saddrs(sctp, lsctp); in sctp_bindi()
620 } else if (lsctp->sctp_state == SCTPS_BOUND || in sctp_bindi()
621 lsctp->sctp_state == SCTPS_LISTEN) { in sctp_bindi()
635 if (lsctp != NULL) { in sctp_bindi()
H A Dsctp_conn.c358 sctp_t *lsctp; in sctp_connect() local
516 lsctp = sctp_lookup(sctp, &dstaddr, tbf, &connp->conn_ports, in sctp_connect()
518 if (lsctp != NULL) { in sctp_connect()
521 SCTP_REFRELE(lsctp); in sctp_connect()