Searched refs:sctp_conn_hash_next (Results 1 – 5 of 5) sorted by relevance
247 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()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()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()[all …]
641 ASSERT(sctp->sctp_conn_hash_next == NULL && in sctp_free()2002 ASSERT(sctp->sctp_conn_hash_next == NULL); in sctp_conn_cache_destructor()
634 struct sctp_s *sctp_conn_hash_next; member
1623 for (sctp = tf->tf_sctp; sctp; sctp = sctp->sctp_conn_hash_next) { in sctp_secure_restart_check()
927 mdb_printf("conn_hash_next\t%?p\t", sctp->sctp_conn_hash_next); in sctp()1020 return ((uintptr_t)sctp->sctp_conn_hash_next); in conn_next()