Searched refs:sctp_ptpbhn (Results 1 – 4 of 4) sorted by relevance
791 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()
640 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()
873 struct sctp_s **sctp_ptpbhn; member
942 sctp->sctp_bind_hash, sctp->sctp_ptpbhn); in sctp()