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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_stats.h130 kstat_named_t tcp_timeout_cancel_reqs; member in struct:tcp_stat
186 uint64_t tcp_timeout_cancel_reqs; member in struct:tcp_stat_counter_s
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c737 { "tcp_timeout_cancel_reqs", KSTAT_DATA_UINT64, 0 },
945 stats->tcp_timeout_cancel_reqs.value.ui64 = 0;
1046 to->tcp_timeout_cancel_reqs.value.ui64 +=
1047 from->tcp_timeout_cancel_reqs;
H A Dtcp_timers.c237 TCP_DBGSTAT(connp->conn_tcp->tcp_tcps, tcp_timeout_cancel_reqs);

Completed in 62 milliseconds