Lines Matching refs:tcps

426 	tcp_stack_t	*tcps = tcp->tcp_tcps;  in tcp_keepalive_timer()  local
433 TCPS_BUMP_MIB(tcps, tcpTimKeepalive); in tcp_keepalive_timer()
458 TCPS_BUMP_MIB(tcps, tcpTimKeepaliveDrop); in tcp_keepalive_timer()
480 TCPS_BUMP_MIB(tcps, tcpTimKeepaliveProbe); in tcp_keepalive_timer()
563 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_ack_timer() local
565 TCP_DBGSTAT(tcps, tcp_ack_timer_cnt); in tcp_ack_timer()
597 TCPS_BUMP_MIB(tcps, tcpHCOutSegs); in tcp_ack_timer()
598 TCPS_BUMP_MIB(tcps, tcpOutAck); in tcp_ack_timer()
599 TCPS_BUMP_MIB(tcps, tcpOutAckDelayed); in tcp_ack_timer()
651 tcp_stack_t *tcps = tcp->tcp_tcps; in tcp_timer() local
684 (tcps->tcps_conn_req_max_q0 >> 2)) && in tcp_timer()
685 (tcps->tcps_conn_req_max_q0 > 200)) { in tcp_timer()
732 second_threshold = tcps->tcps_ip_abort_linterval; in tcp_timer()
745 second_threshold = tcps->tcps_ip_abort_linterval; in tcp_timer()
756 TCPS_BUMP_MIB(tcps, tcpTimRetrans); in tcp_timer()
767 TCP_STAT(tcps, tcp_timer_fire_early); in tcp_timer()
826 TCPS_BUMP_MIB(tcps, tcpOutWinProbe); in tcp_timer()
855 TCP_STAT(tcps, tcp_timer_fire_miss); in tcp_timer()
889 if (tcps->tcps_reclaim || (tcp->tcp_listen_cnt != NULL && in tcp_timer()
924 TCPS_BUMP_MIB(tcps, tcpTimRetransDrop); in tcp_timer()
945 if (tcps->tcps_reclaim) { in tcp_timer()
949 TCP_STAT(tcps, tcp_zwin_mem_drop); in tcp_timer()
1001 ms = tcp_calculate_rto(tcp, tcps, 0) << tcp->tcp_timer_backoff; in tcp_timer()
1054 TCPS_BUMP_MIB(tcps, tcpRetransSegs); in tcp_timer()
1055 TCPS_UPDATE_MIB(tcps, tcpRetransBytes, mss); in tcp_timer()