Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c791 if (sctp->sctp_ptpbhn != NULL) { in sctp_bind_hash_insert()
803 sctpnext->sctp_ptpbhn = &sctp->sctp_bind_hash; in sctp_bind_hash_insert()
806 sctp->sctp_ptpbhn = sctpp; in sctp_bind_hash_insert()
825 if (sctp->sctp_ptpbhn == NULL) in sctp_bind_hash_remove()
830 if (sctp->sctp_ptpbhn) { in sctp_bind_hash_remove()
833 sctpnext->sctp_ptpbhn = sctp->sctp_ptpbhn; in sctp_bind_hash_remove()
836 *sctp->sctp_ptpbhn = sctpnext; in sctp_bind_hash_remove()
837 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()
2043 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
/titanic_50/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c942 sctp->sctp_bind_hash, sctp->sctp_ptpbhn); in sctp()