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
941
sctp_tf_t *tf;
usr/src/uts/common/inet/sctp/sctp_hash.c
115
sizeof (sctp_tf_t));
usr/src/uts/common/inet/sctp/sctp_hash.c
122
sizeof (sctp_tf_t));
usr/src/uts/common/inet/sctp/sctp_hash.c
129
sizeof (sctp_tf_t));
usr/src/uts/common/inet/sctp/sctp_hash.c
239
sctp_tf_t *tf;
usr/src/uts/common/inet/sctp/sctp_hash.c
288
sctp_tf_t *tf;
usr/src/uts/common/inet/sctp/sctp_hash.c
555
sctp_tf_t *tf = sctp->sctp_conn_tfp;
usr/src/uts/common/inet/sctp/sctp_hash.c
597
sctp_conn_hash_insert(sctp_tf_t *tf, sctp_t *sctp, int caller_holds_lock)
usr/src/uts/common/inet/sctp/sctp_hash.c
624
sctp_tf_t *tf = sctp->sctp_listen_tfp;
usr/src/uts/common/inet/sctp/sctp_hash.c
679
sctp_listen_hash_insert(sctp_tf_t *tf, sctp_t *sctp)
usr/src/uts/common/inet/sctp/sctp_hash.c
719
sctp_bind_hash_insert(sctp_tf_t *tbf, sctp_t *sctp, int caller_holds_lock)
usr/src/uts/common/inet/sctp/sctp_hash.c
788
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
86
(sctp_tf_t *)kmem_zalloc(sctps->sctps_conn_hash_size *
usr/src/uts/common/inet/sctp/sctp_hash.c
87
sizeof (sctp_tf_t), KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_hash.c
93
sizeof (sctp_tf_t), KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_hash.c
99
sizeof (sctp_tf_t), KM_SLEEP);
usr/src/uts/common/inet/sctp/sctp_impl.h
1008
extern void sctp_conn_hash_insert(sctp_tf_t *, sctp_t *, int);
usr/src/uts/common/inet/sctp/sctp_impl.h
1078
extern void sctp_listen_hash_insert(sctp_tf_t *, sctp_t *);
usr/src/uts/common/inet/sctp/sctp_impl.h
1081
extern sctp_t *sctp_lookup(sctp_t *, in6_addr_t *, sctp_tf_t *, uint32_t *,
usr/src/uts/common/inet/sctp/sctp_impl.h
641
sctp_tf_t *sctp_listen_tfp; /* Ptr to tf */
usr/src/uts/common/inet/sctp/sctp_impl.h
642
sctp_tf_t *sctp_conn_tfp; /* Ptr to tf */
usr/src/uts/common/inet/sctp/sctp_impl.h
994
extern void sctp_bind_hash_insert(sctp_tf_t *, sctp_t *, int);