Home
last modified time | relevance | path

Searched refs:sctp_ptpbhn (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c800 if (sctp->sctp_ptpbhn != NULL) { in sctp_bind_hash_insert()
812 sctpnext->sctp_ptpbhn = &sctp->sctp_bind_hash; in sctp_bind_hash_insert()
815 sctp->sctp_ptpbhn = sctpp; in sctp_bind_hash_insert()
834 if (sctp->sctp_ptpbhn == NULL) in sctp_bind_hash_remove()
839 if (sctp->sctp_ptpbhn) { in sctp_bind_hash_remove()
842 sctpnext->sctp_ptpbhn = sctp->sctp_ptpbhn; in sctp_bind_hash_remove()
845 *sctp->sctp_ptpbhn = sctpnext; in sctp_bind_hash_remove()
846 sctp->sctp_ptpbhn = NULL; in sctp_bind_hash_remove()
H A Dsctp.c640 ASSERT(sctp->sctp_ptpbhn == NULL && sctp->sctp_bind_hash == NULL); in sctp_free()
2044 ASSERT(sctp->sctp_ptpbhn == NULL && sctp->sctp_bind_hash == NULL); in sctp_conn_cache_destructor()
H A Dsctp_impl.h873 struct sctp_s **sctp_ptpbhn; member
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c944 sctp->sctp_bind_hash, sctp->sctp_ptpbhn); in sctp()