Searched refs:tf_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c68 tcp_bind_hash_insert(tf_t *tbf, tcp_t *tcp, int caller_holds_lock)
698 tf_t *tbf;
H A Dtcp.c3433 tf_t *tf;
3456 tf_t *tf;
3750 tcps->tcps_bind_fanout = kmem_zalloc(sizeof (tf_t) *
3752 tcps->tcps_acceptor_fanout = kmem_zalloc(sizeof (tf_t) *
3903 kmem_free(tcps->tcps_bind_fanout, sizeof (tf_t) * TCP_BIND_FANOUT_SIZE);
3906 kmem_free(tcps->tcps_acceptor_fanout, sizeof (tf_t) *
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h516 /* Pad for the tf_t structure to avoid false cache line sharing. */
533 } tf_t; typedef in typeref:struct:tf_s
H A Dtcp_impl.h646 extern void tcp_bind_hash_insert(tf_t *, tcp_t *, int);

Completed in 70 milliseconds