Home
last modified time | relevance | path

Searched refs:tcps_acceptor_fanout (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/inet/
H A Dtcp_stack.h73 struct tf_s *tcps_acceptor_fanout; member
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp.c3436 tf = &tcps->tcps_acceptor_fanout[TCP_ACCEPTOR_HASH(id)]; in tcp_acceptor_hash_lookup()
3461 tf = &tcps->tcps_acceptor_fanout[TCP_ACCEPTOR_HASH(id)]; in tcp_acceptor_hash_insert()
3752 tcps->tcps_acceptor_fanout = kmem_zalloc(sizeof (tf_t) * in tcp_stack_init()
3761 mutex_init(&tcps->tcps_acceptor_fanout[i].tf_lock, NULL, in tcp_stack_init()
3899 ASSERT(tcps->tcps_acceptor_fanout[i].tf_tcp == NULL); in tcp_stack_fini()
3900 mutex_destroy(&tcps->tcps_acceptor_fanout[i].tf_lock); in tcp_stack_fini()
3906 kmem_free(tcps->tcps_acceptor_fanout, sizeof (tf_t) * in tcp_stack_fini()
3908 tcps->tcps_acceptor_fanout = NULL; in tcp_stack_fini()