Searched refs:TCPT_PERSIST (Results 1 – 7 of 7) sorted by relevance
133 #define TCPT_PERSIST 5 /* retransmit persistence */ macro156 #define TCPT_PERSIST 1 /* retransmit persistence */ macro214 #define IS_TIMER_HZ_500MS(i) ((i) >= TCPT_PERSIST)215 #define IS_TIMER_HZ_100MS(i) ((i) >= TCPT_REXMT && (i) < TCPT_PERSIST)
1132 if (tp->t_timer[TCPT_PERSIST] != 0) { in tcp_output()1133 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()1368 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()1559 if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()1965 tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()1992 tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()2870 tp->t_timer[TCPT_PERSIST]) { in tcp_output()3018 || tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()3069 if (tp->t_timer[TCPT_PERSIST]) { in tcp_output()3070 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()[all …]
240 xt->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_xtcpcb_n()
1429 case TCPT_PERSIST: in tcp_timers()1785 if (tp->t_timer[TCPT_REXMT] == 0 && tp->t_timer[TCPT_PERSIST] == 0 && in tcp_timers()
2048 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_otcpcb()2234 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_xtcpcb64()
3865 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()5558 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
161 tp->t_timer[TCPT_PERSIST]; in fill_socketinfo()