Searched refs:sctp_conn_hash_prev (Results 1 – 4 of 4) sorted by relevance
641 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 …]
642 sctp->sctp_conn_hash_prev == NULL); in sctp_free()2003 ASSERT(sctp->sctp_conn_hash_prev == NULL); in sctp_conn_cache_destructor()
635 struct sctp_s *sctp_conn_hash_prev; member
928 mdb_printf("conn_hash_prev\t%?p\n", sctp->sctp_conn_hash_prev); in sctp()