Searched refs:sctp_tf_t (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_hash.c | 84 (sctp_tf_t *)kmem_zalloc(sctps->sctps_conn_hash_size * in sctp_hash_init() 85 sizeof (sctp_tf_t), KM_SLEEP); in sctp_hash_init() 91 sizeof (sctp_tf_t), KM_SLEEP); in sctp_hash_init() 97 sizeof (sctp_tf_t), KM_SLEEP); in sctp_hash_init() 113 sizeof (sctp_tf_t)); in sctp_hash_destroy() 120 sizeof (sctp_tf_t)); in sctp_hash_destroy() 127 sizeof (sctp_tf_t)); in sctp_hash_destroy() 237 sctp_tf_t *tf; in sctp_conn_match() 286 sctp_tf_t *tf; in listen_match() 622 sctp_tf_t *tf = sctp->sctp_conn_tfp; in sctp_conn_hash_remove() [all …]
|
H A D | sctp_impl.h | 448 } sctp_tf_t; typedef 640 sctp_tf_t *sctp_listen_tfp; /* Ptr to tf */ 641 sctp_tf_t *sctp_conn_tfp; /* Ptr to tf */ 993 extern void sctp_bind_hash_insert(sctp_tf_t *, sctp_t *, int); 1006 extern void sctp_conn_hash_insert(sctp_tf_t *, sctp_t *, int); 1075 extern void sctp_listen_hash_insert(sctp_tf_t *, sctp_t *); 1078 extern sctp_t *sctp_lookup(sctp_t *, in6_addr_t *, sctp_tf_t *, uint32_t *,
|
H A D | sctp_bind.c | 127 sctp_tf_t *tf; in sctp_listen() 575 sctp_tf_t *tbf; in sctp_bindi()
|
H A D | sctp_conn.c | 357 sctp_tf_t *tbf; in sctp_connect()
|
H A D | sctp_cookie.c | 940 sctp_tf_t *tf; in sctp_send_cookie_echo()
|
H A D | sctp_common.c | 1519 sctp_tf_t *tf; in sctp_secure_restart_check()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sctp/ |
H A D | sctp.c | 993 sctp_tf_t *fanout; 1054 sctp_tf_t tf; in find_next_hash_item() 1109 lw->fanout = (sctp_tf_t *)kaddr; in fanout_stack_walk_init()
|