Home
last modified time | relevance | path

Searched refs:sctp_conn_tfp (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c323 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 …]
H A Dsctp_common.c836 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()
H A Dsctp_hash.c631 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()
H A Dsctp_cookie.c1008 ASSERT(sctp->sctp_conn_tfp != NULL); in sctp_send_cookie_echo()
1009 tf = sctp->sctp_conn_tfp; in sctp_send_cookie_echo()
H A Dsctp_asconf.c1201 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()
H A Dsctp_impl.h641 sctp_tf_t *sctp_conn_tfp; /* Ptr to tf */ member
H A Dsctp.c2008 ASSERT(sctp->sctp_conn_tfp == NULL); in sctp_conn_cache_destructor()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c940 mdb_printf("conn_tfp\t%?p\t", sctp->sctp_conn_tfp); in sctp()