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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_stats.h131 kstat_named_t tcp_timeout_canceled; member in struct:tcp_stat
187 uint64_t tcp_timeout_canceled; member in struct:tcp_stat_counter_s
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c738 { "tcp_timeout_canceled", KSTAT_DATA_UINT64, 0 },
946 stats->tcp_timeout_canceled.value.ui64 = 0;
1048 to->tcp_timeout_canceled.value.ui64 +=
1049 from->tcp_timeout_canceled;
H A Dtcp_timers.c248 TCP_DBGSTAT(connp->conn_tcp->tcp_tcps, tcp_timeout_canceled);

Completed in 65 milliseconds