Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c637 ASSERT(tf->tf_sctp); in sctp_conn_hash_remove()
638 if (tf->tf_sctp == sctp) { 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()
681 tf->tf_sctp = sctp; in sctp_conn_hash_insert()
714 ASSERT(tf->tf_sctp); in sctp_listen_hash_remove()
715 if (tf->tf_sctp == sctp) { in sctp_listen_hash_remove()
756 if (tf->tf_sctp) { in sctp_listen_hash_insert()
760 tf->tf_sctp = sctp; in sctp_listen_hash_insert()
795 sctpp = &tbf->tf_sctp; in sctp_bind_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.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.c1083 if (tf.tf_sctp != NULL) { in find_next_hash_item()
1085 fw->sctp = (uintptr_t)tf.tf_sctp; in find_next_hash_item()