Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c725 tf->tf_sctp = sctp->sctp_listen_hash_next; in sctp_listen_hash_remove()
726 if (sctp->sctp_listen_hash_next != NULL) { in sctp_listen_hash_remove()
732 ASSERT(sctp->sctp_listen_hash_prev->sctp_listen_hash_next == in sctp_listen_hash_remove()
734 ASSERT(sctp->sctp_listen_hash_next == NULL || in sctp_listen_hash_remove()
735 sctp->sctp_listen_hash_next->sctp_listen_hash_prev == sctp); in sctp_listen_hash_remove()
737 sctp->sctp_listen_hash_prev->sctp_listen_hash_next = in sctp_listen_hash_remove()
738 sctp->sctp_listen_hash_next; in sctp_listen_hash_remove()
740 if (sctp->sctp_listen_hash_next != NULL) { in sctp_listen_hash_remove()
741 sctp_t *next = sctp->sctp_listen_hash_next; in sctp_listen_hash_remove()
748 sctp->sctp_listen_hash_next = NULL; in sctp_listen_hash_remove()
[all …]
H A Dsctp_impl.h637 struct sctp_s *sctp_listen_hash_next; member
H A Dsctp.c2005 ASSERT(sctp->sctp_listen_hash_next == NULL); in sctp_conn_cache_destructor()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c933 sctp->sctp_listen_hash_next); in sctp()
1009 return ((uintptr_t)sctp->sctp_listen_hash_next); in listen_next()