Searched refs:tcps_bind_fanout (Results 1 – 4 of 4) sorted by relevance
71 struct tf_s *tcps_bind_fanout; member
172 lockp = &tcps->tcps_bind_fanout[TCP_BIND_HASH( in tcp_bind_hash_remove()719 tbf = &tcps->tcps_bind_fanout[TCP_BIND_HASH(lport)]; in tcp_bindi()909 ASSERT(&tcps->tcps_bind_fanout[TCP_BIND_HASH( in tcp_bindi()
3789 tcps->tcps_bind_fanout = kmem_zalloc(sizeof (tf_t) * in tcp_stack_init()3795 mutex_init(&tcps->tcps_bind_fanout[i].tf_lock, NULL, in tcp_stack_init()3938 ASSERT(tcps->tcps_bind_fanout[i].tf_tcp == NULL); in tcp_stack_fini()3939 mutex_destroy(&tcps->tcps_bind_fanout[i].tf_lock); in tcp_stack_fini()3947 kmem_free(tcps->tcps_bind_fanout, sizeof (tf_t) * TCP_BIND_FANOUT_SIZE); in tcp_stack_fini()3948 tcps->tcps_bind_fanout = NULL; in tcp_stack_fini()
1768 tcp_bind_hash_insert(&tcps->tcps_bind_fanout[ in tcp_input_listener()