Searched refs:tcps_bind_fanout (Results 1 – 4 of 4) sorted by relevance
70 struct tf_s *tcps_bind_fanout; member
170 lockp = &tcps->tcps_bind_fanout[TCP_BIND_HASH( in tcp_bind_hash_remove()716 tbf = &tcps->tcps_bind_fanout[TCP_BIND_HASH(lport)]; in tcp_bindi()896 ASSERT(&tcps->tcps_bind_fanout[TCP_BIND_HASH( in tcp_bindi()
3750 tcps->tcps_bind_fanout = kmem_zalloc(sizeof (tf_t) * in tcp_stack_init()3756 mutex_init(&tcps->tcps_bind_fanout[i].tf_lock, NULL, in tcp_stack_init()3894 ASSERT(tcps->tcps_bind_fanout[i].tf_tcp == NULL); in tcp_stack_fini()3895 mutex_destroy(&tcps->tcps_bind_fanout[i].tf_lock); in tcp_stack_fini()3903 kmem_free(tcps->tcps_bind_fanout, sizeof (tf_t) * TCP_BIND_FANOUT_SIZE); in tcp_stack_fini()3904 tcps->tcps_bind_fanout = NULL; in tcp_stack_fini()
1592 tcp_bind_hash_insert(&tcps->tcps_bind_fanout[ in tcp_input_listener()