tf_t
tf_t *tf;
tf_t *tf;
tcps->tcps_bind_fanout = kmem_zalloc(sizeof (tf_t) *
tcps->tcps_acceptor_fanout = kmem_zalloc(sizeof (tf_t) *
kmem_free(tcps->tcps_bind_fanout, sizeof (tf_t) * TCP_BIND_FANOUT_SIZE);
kmem_free(tcps->tcps_acceptor_fanout, sizeof (tf_t) *
tcp_bind_hash_insert(tf_t *tbf, tcp_t *tcp, int caller_holds_lock)
tf_t *tbf;
extern void tcp_bind_hash_insert(tf_t *, tcp_t *, int);