Searched refs:TCP_DBGSTAT (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_stats.h49 * TCP_DBGSTAT(name) does atomic increment of a named stat counter. It is
54 * Both TCP_STAT and TCP_DBGSTAT counters are available using kstat
64 * 4) Use either TCP_STAT or TCP_DBGSTAT with the name.
215 #define TCP_DBGSTAT(tcps, x) \ macro
221 #define TCP_DBGSTAT(tcps, x) macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c144 TCP_DBGSTAT(tcp->tcp_tcps, tcp_timeout_calls);
149 TCP_DBGSTAT(tcp->tcp_tcps, tcp_timeout_cached_alloc);
237 TCP_DBGSTAT(connp->conn_tcp->tcp_tcps, tcp_timeout_cancel_reqs);
248 TCP_DBGSTAT(connp->conn_tcp->tcp_tcps, tcp_timeout_canceled);
368 TCP_DBGSTAT(tcp->tcp_tcps, tcp_timermp_freed);
541 TCP_DBGSTAT(tcp->tcp_tcps, tcp_push_timer_cnt);
565 TCP_DBGSTAT(tcps, tcp_ack_timer_cnt);
H A Dtcp_time_wait.c154 TCP_DBGSTAT(tcps, tcp_time_wait);
656 TCP_DBGSTAT(tcps,
H A Dtcp.c999 TCP_DBGSTAT(tcps, tcp_detach_time_wait);
H A Dtcp_output.c1613 TCP_DBGSTAT(tcps, tcp_detach_time_wait);
H A Dtcp_input.c118 TCP_DBGSTAT(tcps, tcp_rput_time_wait); \

Completed in 72 milliseconds