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) {
639 tf->tf_sctp = sctp->sctp_conn_hash_next;
640 if (sctp->sctp_conn_hash_next) {
646 ASSERT(sctp->sctp_conn_hash_prev->sctp_conn_hash_next == sctp);
647 sctp->sctp_conn_hash_prev->sctp_conn_hash_next =
648 sctp->sctp_conn_hash_next;
650 if (sctp->sctp_conn_hash_next) {
651 ASSERT(sctp->sctp_conn_hash_next->sctp_conn_hash_prev
653 sctp->sctp_conn_hash_next->sctp_conn_hash_prev =
657 sctp->sctp_conn_hash_next
[all...]
H A Dsctp.c641 ASSERT(sctp->sctp_conn_hash_next == NULL &&
2002 ASSERT(sctp->sctp_conn_hash_next == NULL);
H A Dsctp_impl.h634 struct sctp_s *sctp_conn_hash_next; member in struct:sctp_s
H A Dsctp_common.c1623 for (sctp = tf->tf_sctp; sctp; sctp = sctp->sctp_conn_hash_next) {
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c927 mdb_printf("conn_hash_next\t%?p\t", sctp->sctp_conn_hash_next);
1020 return ((uintptr_t)sctp->sctp_conn_hash_next);

Completed in 74 milliseconds