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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_stats.h129 kstat_named_t tcp_timeout_cached_alloc; member in struct:tcp_stat
185 uint64_t tcp_timeout_cached_alloc; member in struct:tcp_stat_counter_s
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c736 { "tcp_timeout_cached_alloc", KSTAT_DATA_UINT64, 0 },
944 stats->tcp_timeout_cached_alloc.value.ui64 = 0;
1044 to->tcp_timeout_cached_alloc.value.ui64 +=
1045 from->tcp_timeout_cached_alloc;
H A Dtcp_timers.c149 TCP_DBGSTAT(tcp->tcp_tcps, tcp_timeout_cached_alloc);

Completed in 63 milliseconds