Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c83 sctps->sctps_conn_fanout = in sctp_hash_init()
87 mutex_init(&sctps->sctps_conn_fanout[i].tf_lock, NULL, in sctp_hash_init()
110 mutex_destroy(&sctps->sctps_conn_fanout[i].tf_lock); in sctp_hash_destroy()
112 kmem_free(sctps->sctps_conn_fanout, sctps->sctps_conn_hash_size * in sctp_hash_destroy()
114 sctps->sctps_conn_fanout = NULL; in sctp_hash_destroy()
243 tf = &(sctps->sctps_conn_fanout[SCTP_CONN_HASH(sctps, ports)]); in sctp_conn_match()
H A Dsctp_stack.h139 struct sctp_tf_s *sctps_conn_fanout; member
H A Dsctp_conn.c125 sctp_conn_hash_insert(&sctps->sctps_conn_fanout[ in sctp_accept_comm()
513 tbf = &sctps->sctps_conn_fanout[SCTP_CONN_HASH(sctps, in sctp_connect()
H A Dsctp_common.c1622 tf = &(sctps->sctps_conn_fanout[SCTP_CONN_HASH(sctps, ports)]); in sctp_secure_restart_check()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c1614 "sctp_stack_conn_fanout", OFFSETOF(sctp_stack_t, sctps_conn_fanout),