Symbol: sctp_tf_t
usr/src/cmd/mdb/common/modules/sctp/sctp.c
1056
sctp_tf_t tf;
usr/src/cmd/mdb/common/modules/sctp/sctp.c
1111
lw->fanout = (sctp_tf_t *)kaddr;
usr/src/cmd/mdb/common/modules/sctp/sctp.c
995
sctp_tf_t *fanout;
usr/src/uts/common/inet/sctp/sctp_bind.c
127
sctp_tf_t *tf;
usr/src/uts/common/inet/sctp/sctp_bind.c
575
sctp_tf_t *tbf;
usr/src/uts/common/inet/sctp/sctp_common.c
1521
sctp_tf_t *tf;
usr/src/uts/common/inet/sctp/sctp_conn.c
357
sctp_tf_t *tbf;
usr/src/uts/common/inet/sctp/sctp_cookie.c
940
sctp_tf_t *tf;
usr/src/uts/common/inet/sctp/sctp_hash.c
114
sizeof (sctp_tf_t));
usr/src/uts/common/inet/sctp/sctp_hash.c
121
sizeof (sctp_tf_t));
usr/src/uts/common/inet/sctp/sctp_hash.c
128
sizeof (sctp_tf_t));
usr/src/uts/common/inet/sctp/sctp_hash.c
238
sctp_tf_t *tf;
usr/src/uts/common/inet/sctp/sctp_hash.c
287
sctp_tf_t *tf;
usr/src/uts/common/inet/sctp/sctp_hash.c
631
sctp_tf_t *tf = sctp->sctp_conn_tfp;
usr/src/uts/common/inet/sctp/sctp_hash.c
673
sctp_conn_hash_insert(sctp_tf_t *tf, sctp_t *sctp, int caller_holds_lock)
usr/src/uts/common/inet/sctp/sctp_hash.c
700
sctp_tf_t *tf = sctp->sctp_listen_tfp;
usr/src/uts/common/inet/sctp/sctp_hash.c
755
sctp_listen_hash_insert(sctp_tf_t *tf, sctp_t *sctp)
usr/src/uts/common/inet/sctp/sctp_hash.c
795
sctp_bind_hash_insert(sctp_tf_t *tbf, sctp_t *sctp, int caller_holds_lock)
usr/src/uts/common/inet/sctp/sctp_hash.c
85
(sctp_tf_t *)kmem_zalloc(sctps->sctps_conn_hash_size *
usr/src/uts/common/inet/sctp/sctp_hash.c
86
sizeof (sctp_tf_t), KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_hash.c
864
sctp_lookup(sctp_t *sctp1, in6_addr_t *faddr, sctp_tf_t *tf, uint32_t *ports,
usr/src/uts/common/inet/sctp/sctp_hash.c
92
sizeof (sctp_tf_t), KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_hash.c
98
sizeof (sctp_tf_t), KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_impl.h
1006
extern void sctp_conn_hash_insert(sctp_tf_t *, sctp_t *, int);
usr/src/uts/common/inet/sctp/sctp_impl.h
1075
extern void sctp_listen_hash_insert(sctp_tf_t *, sctp_t *);
usr/src/uts/common/inet/sctp/sctp_impl.h
1078
extern sctp_t *sctp_lookup(sctp_t *, in6_addr_t *, sctp_tf_t *, uint32_t *,
usr/src/uts/common/inet/sctp/sctp_impl.h
640
sctp_tf_t *sctp_listen_tfp; /* Ptr to tf */
usr/src/uts/common/inet/sctp/sctp_impl.h
641
sctp_tf_t *sctp_conn_tfp; /* Ptr to tf */
usr/src/uts/common/inet/sctp/sctp_impl.h
993
extern void sctp_bind_hash_insert(sctp_tf_t *, sctp_t *, int);