Searched refs:TCPT_PERSIST (Results 1 – 8 of 8) sorted by relevance
132 tp->t_timer[TCPT_PERSIST] = 0;253 tp->t_timer[TCPT_PERSIST] == 0) {423 if (len || (flags & (TH_SYN|TH_FIN)) || tp->t_timer[TCPT_PERSIST])474 if (tp->t_force == 0 || tp->t_timer[TCPT_PERSIST] == 0) {513 if (tp->t_timer[TCPT_PERSIST]) {514 tp->t_timer[TCPT_PERSIST] = 0;594 TCPT_RANGESET(tp->t_timer[TCPT_PERSIST],
43 #define TCPT_PERSIST 1 /* retransmit persistence */ macro
261 case TCPT_PERSIST: in tcp_timers()
541 else if (tp->t_timer[TCPT_PERSIST] == 0) in tcp_input()1185 } else if (tp->t_timer[TCPT_PERSIST] == 0) in tcp_input()
536 else if (tp->t_timer[TCPT_PERSIST] == 0) in tcp_input()1179 } else if (tp->t_timer[TCPT_PERSIST] == 0) in tcp_input()