Searched refs:tf_sctp (Results 1 – 5 of 5) sorted by relevance
246 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 …]
596 for (lsctp = tbf->tf_sctp; lsctp != NULL; in sctp_bindi()
446 struct sctp_s *tf_sctp; member
1623 for (sctp = tf->tf_sctp; sctp; sctp = sctp->sctp_conn_hash_next) { in sctp_secure_restart_check()
1081 if (tf.tf_sctp != NULL) { in find_next_hash_item()1083 fw->sctp = (uintptr_t)tf.tf_sctp; in find_next_hash_item()