Searched refs:TCPT_PERSIST (Results 1 – 7 of 7) sorted by relevance
132 #define TCPT_PERSIST 4 /* retransmit persistence */ macro155 #define TCPT_PERSIST 1 /* retransmit persistence */ macro230 #define IS_TIMER_HZ_500MS(i) ((i) >= TCPT_PERSIST)231 #define IS_TIMER_HZ_100MS(i) ((i) >= TCPT_REXMT && (i) < TCPT_PERSIST)
837 if (tp->t_timer[TCPT_PERSIST] != 0) { in tcp_output()838 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()1032 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()1218 if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()1622 tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()1650 tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()2497 tp->t_timer[TCPT_PERSIST]) { in tcp_output()2639 || tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()2690 if (tp->t_timer[TCPT_PERSIST]) { in tcp_output()2691 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()[all …]
238 xt->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_xtcpcb_n()
1416 case TCPT_PERSIST: in tcp_timers()1801 if (tp->t_timer[TCPT_REXMT] == 0 && tp->t_timer[TCPT_PERSIST] == 0 && in tcp_timers()
1865 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_otcpcb()2051 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_xtcpcb64()
3099 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()5067 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
159 tp->t_timer[TCPT_PERSIST]; in fill_socketinfo()