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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_stats.h128 kstat_named_t tcp_timeout_calls; member in struct:tcp_stat
184 uint64_t tcp_timeout_calls; member in struct:tcp_stat_counter_s
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c735 { "tcp_timeout_calls", KSTAT_DATA_UINT64, 0 },
943 stats->tcp_timeout_calls.value.ui64 = 0;
1042 to->tcp_timeout_calls.value.ui64 +=
1043 from->tcp_timeout_calls;
H A Dtcp_timers.c144 TCP_DBGSTAT(tcp->tcp_tcps, tcp_timeout_calls);

Completed in 76 milliseconds