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.c641 ASSERT(tf->tf_sctp->sctp_conn_hash_prev == sctp); in sctp_conn_hash_remove()
642 tf->tf_sctp->sctp_conn_hash_prev = NULL; in sctp_conn_hash_remove()
645 ASSERT(sctp->sctp_conn_hash_prev); in sctp_conn_hash_remove()
646 ASSERT(sctp->sctp_conn_hash_prev->sctp_conn_hash_next == sctp); in sctp_conn_hash_remove()
647 sctp->sctp_conn_hash_prev->sctp_conn_hash_next = in sctp_conn_hash_remove()
651 ASSERT(sctp->sctp_conn_hash_next->sctp_conn_hash_prev in sctp_conn_hash_remove()
653 sctp->sctp_conn_hash_next->sctp_conn_hash_prev = in sctp_conn_hash_remove()
654 sctp->sctp_conn_hash_prev; in sctp_conn_hash_remove()
658 sctp->sctp_conn_hash_prev = NULL; in sctp_conn_hash_remove()
678 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()