Searched refs:TCP_STAT (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_fusion.c | 133 TCP_STAT(tcps, tcp_fusion_unqualified); 149 TCP_STAT(tcps, tcp_fusion_unqualified); 252 TCP_STAT(tcps, tcp_fusion_unqualified); 317 TCP_STAT(tcps, tcp_fusion_backenabled); 324 TCP_STAT(tcps, tcp_fusion_backenabled); 401 TCP_STAT(tcps, tcp_fusion_urg); 626 TCP_STAT(tcps, tcp_fusion_flowctl); 632 TCP_STAT(tcps, tcp_fusion_backenabled); 775 TCP_STAT(tcps, tcp_fusion_putnext); 790 TCP_STAT(tcp [all...] |
H A D | tcp_timers.c | 531 TCP_STAT(tcp->tcp_tcps, tcp_reass_timeout); 768 TCP_STAT(tcps, tcp_timer_fire_early); 884 TCP_STAT(tcps, tcp_timer_fire_miss); 978 TCP_STAT(tcps, tcp_zwin_mem_drop);
|
H A D | tcp_input.c | 1031 TCP_STAT(tcps, tcp_eager_blowoff_q); 1047 TCP_STAT(tcps, tcp_eager_blowoff_q0); 1322 TCP_STAT(tcps, tcp_listen_mem_drop); 1328 TCP_STAT(tcps, tcp_listendrop); 1351 TCP_STAT(tcps, tcp_listendropq0); 1382 TCP_STAT(tcps, tcp_listen_cnt_drop); 2340 TCP_STAT(tcps, tcp_fusion_aborted); 2692 TCP_STAT(tcps, tcp_fusion_unfusable); 2780 TCP_STAT(tcps, tcp_zwin_ack_syn); 3681 TCP_STAT(tcp [all...] |
H A D | tcp.c | 868 TCP_STAT(tcps, tcp_clean_death_nondetached); 3188 TCP_STAT(tcps, tcp_zcopy_on); 3193 TCP_STAT(tcps, tcp_zcopy_off); 3221 TCP_STAT(tcps, tcp_zcopy_backoff); 3340 TCP_STAT(tcp->tcp_tcps, tcp_lso_enabled); 3354 TCP_STAT(tcp->tcp_tcps, tcp_lso_disabled); 3375 TCP_STAT(tcps, tcp_zcopy_off); 3382 TCP_STAT(tcps, tcp_zcopy_on); 3423 TCP_STAT(tcps, tcp_wsrv_called); 3991 TCP_STAT(tcp [all...] |
H A D | tcp_misc.c | 603 TCP_STAT(tcps, tcp_reclaim_cnt);
|
H A D | tcp_time_wait.c | 749 TCP_STAT(tcps, tcp_time_wait_syn_success);
|
H A D | tcp_output.c | 2194 TCP_STAT(tcps, tcp_lso_times); 2460 TCP_STAT(tcps, tcp_rst_unsent); 2478 TCP_STAT(tcps, tcp_rst_unsent); 2697 TCP_STAT(tcps, tcp_no_listener); 2762 TCP_STAT(tcps, tcp_rst_unsent);
|
H A D | tcp_tpi.c | 67 TCP_STAT(tcp->tcp_tcps, tcp_sock_fallback); 1185 TCP_STAT(tcps, tcp_fusion_backenabled);
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tcp_stats.h | 46 * TCP_STAT(name) does non-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. 227 #define TCP_STAT(tcps, x) \ macro
|
Completed in 96 milliseconds