Searched refs:TCPT_REXMT (Results 1 – 10 of 10) sorted by relevance
130 #define TCPT_REXMT 2 /* retransmit */ macro154 #define TCPT_REXMT 0 /* retransmit */ macro231 #define IS_TIMER_HZ_100MS(i) ((i) >= TCPT_REXMT && (i) < TCPT_PERSIST)232 #define IS_TIMER_HZ_10MS(i) ((i) < TCPT_REXMT)
833 if (tp->t_timer[TCPT_REXMT] == 0) { in tcp_output()834 tp->t_timer[TCPT_REXMT] = in tcp_output()1212 tp->t_timer[TCPT_REXMT] = 0; in tcp_output()1620 tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()1622 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, in tcp_output()1648 if (so->so_snd.sb_cc && tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()2690 if (tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()2698 tp->t_timer[TCPT_REXMT] = in tcp_output()2909 tp->t_timer[TCPT_REXMT] == 0) { in tcp_output()3060 if (tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()[all …]
1064 case TCPT_REXMT: in tcp_timers()1263 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_timers()1768 tp->t_timer[TCPT_REXMT] = 0; in tcp_timers()1777 tp->t_timer[TCPT_REXMT] = 0; in tcp_timers()1801 if (tp->t_timer[TCPT_REXMT] == 0 && tp->t_timer[TCPT_PERSIST] == 0 && in tcp_timers()1804 tp->t_timer[TCPT_REXMT] = in tcp_timers()1814 tp->t_timer[TCPT_REXMT]); in tcp_timers()1850 tp->t_timer[TCPT_REXMT] = 0; in tcp_timers()
861 tp->t_timer[TCPT_REXMT] = 0; in tcp_reduce_congestion_window()3097 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()3100 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_input()3877 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()4778 if (tp->t_timer[TCPT_REXMT] == 0 || in tcp_input()4906 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()5064 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()5068 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, in tcp_input()6750 tp->t_timer[TCPT_REXMT] = 0; in tcp_newreno_partial_ack()
688 tp->t_timer[TCPT_REXMT] = 0; in tcp_sack_partialack()
237 xt->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_xtcpcb_n()
1755 ti->tcpi_rto = tp->t_timer[TCPT_REXMT] ? tp->t_rxtcur : 0; in tcp_fill_info()2012 tci->tcpi_rto = tp->t_timer[TCPT_REXMT] > 0 ? tp->t_rxtcur : 0; in tcp_connection_fill_info()
1979 ti->tcpi_rto = acttp->t_timer[TCPT_REXMT] ? acttp->t_rxtcur : 0; in mptcp_fill_info()
1864 otp->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_otcpcb()2050 otp->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_xtcpcb64()
157 tp->t_timer[TCPT_REXMT]; in fill_socketinfo()