Searched refs:TCP_STAT (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_fusion.c | 133 TCP_STAT(tcps, tcp_fusion_unqualified); in tcp_fuse() 149 TCP_STAT(tcps, tcp_fusion_unqualified); in tcp_fuse() 252 TCP_STAT(tcps, tcp_fusion_unqualified); in tcp_fuse() 317 TCP_STAT(tcps, tcp_fusion_backenabled); in tcp_unfuse() 324 TCP_STAT(tcps, tcp_fusion_backenabled); in tcp_unfuse() 401 TCP_STAT(tcps, tcp_fusion_urg); in tcp_fuse_output_urg() 626 TCP_STAT(tcps, tcp_fusion_flowctl); in tcp_fuse_output() 632 TCP_STAT(tcps, tcp_fusion_backenabled); in tcp_fuse_output() 775 TCP_STAT(tcps, tcp_fusion_putnext); in tcp_fuse_rcv_drain() 790 TCP_STAT(tcps, tcp_fusion_backenabled); in tcp_fuse_rcv_drain() [all …]
|
H A D | tcp_timers.c | 531 TCP_STAT(tcp->tcp_tcps, tcp_reass_timeout); in tcp_reass_timer() 768 TCP_STAT(tcps, tcp_timer_fire_early); in tcp_timer() 884 TCP_STAT(tcps, tcp_timer_fire_miss); in tcp_timer() 978 TCP_STAT(tcps, tcp_zwin_mem_drop); in tcp_timer()
|
H A D | tcp.c | 868 TCP_STAT(tcps, tcp_clean_death_nondetached); in tcp_clean_death() 3188 TCP_STAT(tcps, tcp_zcopy_on); in tcp_zcopy_check() 3193 TCP_STAT(tcps, tcp_zcopy_off); in tcp_zcopy_check() 3221 TCP_STAT(tcps, tcp_zcopy_backoff); in tcp_zcopy_backoff() 3340 TCP_STAT(tcp->tcp_tcps, tcp_lso_enabled); in tcp_update_lso() 3354 TCP_STAT(tcp->tcp_tcps, tcp_lso_disabled); in tcp_update_lso() 3375 TCP_STAT(tcps, tcp_zcopy_off); in tcp_update_zcopy() 3382 TCP_STAT(tcps, tcp_zcopy_on); in tcp_update_zcopy() 3423 TCP_STAT(tcps, tcp_wsrv_called); in tcp_wsrv() 3991 TCP_STAT(tcps, tcp_flwctl_on); in tcp_setqfull()
|
H A D | tcp_input.c | 1083 TCP_STAT(tcps, tcp_eager_blowoff_q); in tcp_eager_cleanup() 1099 TCP_STAT(tcps, tcp_eager_blowoff_q0); in tcp_eager_cleanup() 1374 TCP_STAT(tcps, tcp_listen_mem_drop); in tcp_input_listener() 1380 TCP_STAT(tcps, tcp_listendrop); in tcp_input_listener() 1403 TCP_STAT(tcps, tcp_listendropq0); in tcp_input_listener() 1434 TCP_STAT(tcps, tcp_listen_cnt_drop); in tcp_input_listener() 2392 TCP_STAT(tcps, tcp_fusion_aborted); in tcp_input_data() 2744 TCP_STAT(tcps, tcp_fusion_unfusable); in tcp_input_data() 2832 TCP_STAT(tcps, tcp_zwin_ack_syn); in tcp_input_data() 3710 TCP_STAT(tcps, tcp_fusion_unfusable); in tcp_input_data() [all …]
|
H A D | tcp_output.c | 2194 TCP_STAT(tcps, tcp_lso_times); in tcp_send() 2460 TCP_STAT(tcps, tcp_rst_unsent); in tcp_xmit_early_reset() 2478 TCP_STAT(tcps, tcp_rst_unsent); in tcp_xmit_early_reset() 2697 TCP_STAT(tcps, tcp_no_listener); in tcp_xmit_listeners_reset() 2762 TCP_STAT(tcps, tcp_rst_unsent); in tcp_xmit_listeners_reset()
|
H A D | tcp_time_wait.c | 643 TCP_STAT(tcps, tcp_time_wait_syn_success); in tcp_time_wait_processing()
|
H A D | tcp_misc.c | 603 TCP_STAT(tcps, tcp_reclaim_cnt); in tcp_conn_reclaim()
|
H A D | tcp_tpi.c | 67 TCP_STAT(tcp->tcp_tcps, tcp_sock_fallback); in tcp_use_pure_tpi() 1185 TCP_STAT(tcps, tcp_fusion_backenabled); in tcp_accept_finish()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | tcp_stats.h | 227 #define TCP_STAT(tcps, x) \ macro
|