Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Dtcp_stack.h70 struct tf_s *tcps_bind_fanout; member
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c170 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()
H A Dtcp.c3750 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()
H A Dtcp_input.c1592 tcp_bind_hash_insert(&tcps->tcps_bind_fanout[ in tcp_input_listener()