Home
last modified time | relevance | path

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.h136 kstat_named_t tcp_timeout_cached_alloc; member
197 uint64_t tcp_timeout_cached_alloc; member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c1016 stats->tcp_timeout_cached_alloc.value.ui64 = 0; in tcp_clr_stats()
1126 to->tcp_timeout_cached_alloc.value.ui64 += in tcp_add_stats()
1127 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()