Home
last modified time | relevance | path

Searched refs:tcps_bind_fanout (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_stack.h71 struct tf_s *tcps_bind_fanout; member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c172 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()
H A Dtcp.c3789 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()
H A Dtcp_input.c1768 tcp_bind_hash_insert(&tcps->tcps_bind_fanout[ in tcp_input_listener()