Home
last modified time | relevance | path

Searched refs:sctp_bind_hash (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c812 sctpnext->sctp_ptpbhn = &sctp->sctp_bind_hash; in sctp_bind_hash_insert()
814 sctp->sctp_bind_hash = sctpnext; in sctp_bind_hash_insert()
840 sctpnext = sctp->sctp_bind_hash; in sctp_bind_hash_remove()
843 sctp->sctp_bind_hash = NULL; in sctp_bind_hash_remove()
H A Dsctp_bind.c597 lsctp = lsctp->sctp_bind_hash) { in sctp_bindi()
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.h872 struct sctp_s *sctp_bind_hash; member
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c944 sctp->sctp_bind_hash, sctp->sctp_ptpbhn); in sctp()
1043 return ((uintptr_t)sctp->sctp_bind_hash); in bind_next()