Home
last modified time | relevance | path

Searched refs:tcp_timeout_calls (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_calls; member
185 uint64_t tcp_timeout_calls; member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c1004 stats->tcp_timeout_calls.value.ui64 = 0; in tcp_clr_stats()
1103 to->tcp_timeout_calls.value.ui64 += in tcp_add_stats()
1104 from->tcp_timeout_calls; in tcp_add_stats()
H A Dtcp_timers.c144 TCP_DBGSTAT(tcp->tcp_tcps, tcp_timeout_calls); in tcp_timeout()