Searched refs:sctp_conn_tfp (Results 1 – 8 of 8) sorted by relevance
323 if (sctp->sctp_conn_tfp != NULL) in sctp_valid_addr_list()324 mutex_enter(&sctp->sctp_conn_tfp->tf_lock); in sctp_valid_addr_list()441 if (sctp->sctp_conn_tfp != NULL) in sctp_valid_addr_list()442 mutex_exit(&sctp->sctp_conn_tfp->tf_lock); in sctp_valid_addr_list()449 if (sctp->sctp_conn_tfp != NULL) in sctp_valid_addr_list()450 mutex_exit(&sctp->sctp_conn_tfp->tf_lock); in sctp_valid_addr_list()1273 if (sctp->sctp_conn_tfp != NULL) in sctp_del_saddr()1274 mutex_enter(&sctp->sctp_conn_tfp->tf_lock); in sctp_del_saddr()1284 if (sctp->sctp_conn_tfp != NULL) in sctp_del_saddr()1285 mutex_exit(&sctp->sctp_conn_tfp->tf_lock); in sctp_del_saddr()[all …]
836 ASSERT(sctp->sctp_conn_tfp != NULL); in sctp_unlink_faddr()837 mutex_enter(&sctp->sctp_conn_tfp->tf_lock); in sctp_unlink_faddr()843 mutex_exit(&sctp->sctp_conn_tfp->tf_lock); in sctp_unlink_faddr()865 if (sctp->sctp_conn_tfp != NULL && !caller_holds_lock) { in sctp_zap_faddrs()867 mutex_enter(&sctp->sctp_conn_tfp->tf_lock); in sctp_zap_faddrs()882 if (sctp->sctp_conn_tfp != NULL && !caller_holds_lock) { in sctp_zap_faddrs()883 mutex_exit(&sctp->sctp_conn_tfp->tf_lock); in sctp_zap_faddrs()
631 sctp_tf_t *tf = sctp->sctp_conn_tfp; in sctp_conn_hash_remove()668 sctp->sctp_conn_tfp = NULL; in sctp_conn_hash_remove()675 if (sctp->sctp_conn_tfp) { in sctp_conn_hash_insert()691 sctp->sctp_conn_tfp = tf; in sctp_conn_hash_insert()
1008 ASSERT(sctp->sctp_conn_tfp != NULL); in sctp_send_cookie_echo()1009 tf = sctp->sctp_conn_tfp; in sctp_send_cookie_echo()
1201 mutex_enter(&sctp->sctp_conn_tfp->tf_lock); in sctp_addip_req()1203 mutex_exit(&sctp->sctp_conn_tfp->tf_lock); in sctp_addip_req()
641 sctp_tf_t *sctp_conn_tfp; /* Ptr to tf */ member
2008 ASSERT(sctp->sctp_conn_tfp == NULL); in sctp_conn_cache_destructor()
940 mdb_printf("conn_tfp\t%?p\t", sctp->sctp_conn_tfp); in sctp()