Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c96 sctps->sctps_bind_fanout = kmem_zalloc(SCTP_BIND_FANOUT_SIZE * in sctp_hash_init()
99 mutex_init(&sctps->sctps_bind_fanout[i].tf_lock, NULL, in sctp_hash_init()
124 mutex_destroy(&sctps->sctps_bind_fanout[i].tf_lock); in sctp_hash_destroy()
126 kmem_free(sctps->sctps_bind_fanout, SCTP_BIND_FANOUT_SIZE * in sctp_hash_destroy()
128 sctps->sctps_bind_fanout = NULL; in sctp_hash_destroy()
H A Dsctp_stack.h136 struct sctp_tf_s *sctps_bind_fanout; member
H A Dsctp_bind.c594 tbf = &sctps->sctps_bind_fanout[SCTP_BIND_HASH(port)]; in sctp_bindi()
713 ASSERT(&sctps->sctps_bind_fanout[ in sctp_bindi()
H A Dsctp_conn.c127 sctp_bind_hash_insert(&sctps->sctps_bind_fanout[ in sctp_accept_comm()
/titanic_41/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c1617 "sctp_stack_bind_fanout", OFFSETOF(sctp_stack_t, sctps_bind_fanout),