Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c650 ASSERT(tf->tf_sctp->sctp_conn_hash_prev == sctp); in sctp_conn_hash_remove()
651 tf->tf_sctp->sctp_conn_hash_prev = NULL; in sctp_conn_hash_remove()
654 ASSERT(sctp->sctp_conn_hash_prev); in sctp_conn_hash_remove()
655 ASSERT(sctp->sctp_conn_hash_prev->sctp_conn_hash_next == sctp); in sctp_conn_hash_remove()
656 sctp->sctp_conn_hash_prev->sctp_conn_hash_next = in sctp_conn_hash_remove()
660 ASSERT(sctp->sctp_conn_hash_next->sctp_conn_hash_prev in sctp_conn_hash_remove()
662 sctp->sctp_conn_hash_next->sctp_conn_hash_prev = in sctp_conn_hash_remove()
663 sctp->sctp_conn_hash_prev; in sctp_conn_hash_remove()
667 sctp->sctp_conn_hash_prev = NULL; in sctp_conn_hash_remove()
687 tf->tf_sctp->sctp_conn_hash_prev = sctp; in sctp_conn_hash_insert()
[all …]
H A Dsctp.c642 sctp->sctp_conn_hash_prev == NULL); in sctp_free()
2004 ASSERT(sctp->sctp_conn_hash_prev == NULL); in sctp_conn_cache_destructor()
H A Dsctp_impl.h635 struct sctp_s *sctp_conn_hash_prev; member
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c930 mdb_printf("conn_hash_prev\t%?p\n", sctp->sctp_conn_hash_prev); in sctp()