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)
740 if (tp->t_timer[TCPT_REXMT] == 0) { in tcp_output()741 tp->t_timer[TCPT_REXMT] = in tcp_output()1118 tp->t_timer[TCPT_REXMT] = 0; in tcp_output()1526 tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()1528 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, in tcp_output()1554 if (so->so_snd.sb_cc && tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()2454 if (tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()2462 tp->t_timer[TCPT_REXMT] = in tcp_output()2655 tp->t_timer[TCPT_REXMT] == 0) { in tcp_output()2797 if (tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()[all …]
1063 case TCPT_REXMT: in tcp_timers()1262 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_timers()1767 tp->t_timer[TCPT_REXMT] = 0; in tcp_timers()1776 tp->t_timer[TCPT_REXMT] = 0; in tcp_timers()1797 if ((tp->t_timer[TCPT_REXMT] == 0 || tp->t_timer[TCPT_PERSIST] == 0) && in tcp_timers()1800 tp->t_timer[TCPT_REXMT] = in tcp_timers()1810 tp->t_timer[TCPT_REXMT]); in tcp_timers()1846 tp->t_timer[TCPT_REXMT] = 0; in tcp_timers()
852 tp->t_timer[TCPT_REXMT] = 0; in tcp_reduce_congestion_window()3029 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()3032 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_input()3594 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()4506 if (tp->t_timer[TCPT_REXMT] == 0 || in tcp_input()4634 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()4792 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()4796 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, in tcp_input()6449 tp->t_timer[TCPT_REXMT] = 0; in tcp_newreno_partial_ack()
688 tp->t_timer[TCPT_REXMT] = 0; in tcp_sack_partialack()
220 xt->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_xtcpcb_n()
1692 ti->tcpi_rto = tp->t_timer[TCPT_REXMT] ? tp->t_rxtcur : 0; in tcp_fill_info()1949 tci->tcpi_rto = tp->t_timer[TCPT_REXMT] > 0 ? tp->t_rxtcur : 0; in tcp_connection_fill_info()
1974 ti->tcpi_rto = acttp->t_timer[TCPT_REXMT] ? acttp->t_rxtcur : 0; in mptcp_fill_info()
1847 otp->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_otcpcb()2033 otp->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_xtcpcb64()
157 tp->t_timer[TCPT_REXMT]; in fill_socketinfo()