Home
last modified time | relevance | path

Searched refs:tcp_timeout_cached_alloc (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/inet/
H A Dtcp_stats.h129 kstat_named_t tcp_timeout_cached_alloc; member
185 uint64_t tcp_timeout_cached_alloc; member
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c944 stats->tcp_timeout_cached_alloc.value.ui64 = 0; in tcp_clr_stats()
1044 to->tcp_timeout_cached_alloc.value.ui64 += in tcp_add_stats()
1045 from->tcp_timeout_cached_alloc; in tcp_add_stats()
H A Dtcp_timers.c149 TCP_DBGSTAT(tcp->tcp_tcps, tcp_timeout_cached_alloc); in tcp_timeout()