Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c246 for (sctp = tf->tf_sctp; sctp != NULL; sctp = in sctp_conn_match()
295 for (sctp = tf->tf_sctp; sctp; sctp = sctp->sctp_listen_hash_next) { in listen_match()
637 ASSERT(tf->tf_sctp); in sctp_conn_hash_remove()
638 if (tf->tf_sctp == sctp) { in sctp_conn_hash_remove()
639 tf->tf_sctp = sctp->sctp_conn_hash_next; in sctp_conn_hash_remove()
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()
676 sctp->sctp_conn_hash_next = tf->tf_sctp; in sctp_conn_hash_insert()
677 if (tf->tf_sctp) { in sctp_conn_hash_insert()
678 tf->tf_sctp->sctp_conn_hash_prev = sctp; in sctp_conn_hash_insert()
[all …]
H A Dsctp_bind.c596 for (lsctp = tbf->tf_sctp; lsctp != NULL; in sctp_bindi()
H A Dsctp_impl.h446 struct sctp_s *tf_sctp; member
H A Dsctp_common.c1623 for (sctp = tf->tf_sctp; sctp; sctp = sctp->sctp_conn_hash_next) { in sctp_secure_restart_check()
/titanic_50/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c1081 if (tf.tf_sctp != NULL) { in find_next_hash_item()
1083 fw->sctp = (uintptr_t)tf.tf_sctp; in find_next_hash_item()