Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c247 sctp->sctp_conn_hash_next) { in sctp_conn_match()
639 tf->tf_sctp = sctp->sctp_conn_hash_next; in sctp_conn_hash_remove()
640 if (sctp->sctp_conn_hash_next) { in sctp_conn_hash_remove()
647 sctp->sctp_conn_hash_prev->sctp_conn_hash_next = in sctp_conn_hash_remove()
648 sctp->sctp_conn_hash_next; in sctp_conn_hash_remove()
650 if (sctp->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()
657 sctp->sctp_conn_hash_next = NULL; in sctp_conn_hash_remove()
676 sctp->sctp_conn_hash_next = tf->tf_sctp; in sctp_conn_hash_insert()
[all …]
H A Dsctp.c641 ASSERT(sctp->sctp_conn_hash_next == NULL && in sctp_free()
2003 ASSERT(sctp->sctp_conn_hash_next == NULL); in sctp_conn_cache_destructor()
H A Dsctp_impl.h634 struct sctp_s *sctp_conn_hash_next; member
H A Dsctp_common.c1625 for (sctp = tf->tf_sctp; sctp; sctp = sctp->sctp_conn_hash_next) { in sctp_secure_restart_check()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c929 mdb_printf("conn_hash_next\t%?p\t", sctp->sctp_conn_hash_next); in sctp()
1022 return ((uintptr_t)sctp->sctp_conn_hash_next); in conn_next()