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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c246 for (sctp = tf->tf_sctp; sctp != NULL; sctp =
295 for (sctp = tf->tf_sctp; sctp; sctp = sctp->sctp_listen_hash_next) {
637 ASSERT(tf->tf_sctp);
638 if (tf->tf_sctp == sctp) {
639 tf->tf_sctp = sctp->sctp_conn_hash_next;
641 ASSERT(tf->tf_sctp->sctp_conn_hash_prev == sctp);
642 tf->tf_sctp->sctp_conn_hash_prev = NULL;
676 sctp->sctp_conn_hash_next = tf->tf_sctp;
677 if (tf->tf_sctp) {
678 tf->tf_sctp
[all...]
H A Dsctp_bind.c596 for (lsctp = tbf->tf_sctp; lsctp != NULL;
H A Dsctp_impl.h446 struct sctp_s *tf_sctp; member in struct:sctp_tf_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.c1081 if (tf.tf_sctp != NULL) {
1083 fw->sctp = (uintptr_t)tf.tf_sctp;

Completed in 74 milliseconds