Searched refs:TCPT_PTO (Results 1 – 5 of 5) sorted by relevance
128 #define TCPT_PTO 0 /* Probe timeout */ macro
1683 case TCPT_PTO: in tcp_timers()2040 tcp_timers(tp, TCPT_PTO); in tcp_run_conn_timer()2041 tp->t_timer[TCPT_PTO] = 0; in tcp_run_conn_timer()
869 tp->t_timer[TCPT_PTO] = 0; in tcp_reduce_congestion_window()3211 tp->t_timer[TCPT_PTO] = 0; in tcp_input()4983 tp->t_timer[TCPT_PTO] = 0; in tcp_input()5179 tp->t_timer[TCPT_PTO] = 0; in tcp_input()6884 tp->t_timer[TCPT_PTO] = 0; in tcp_newreno_partial_ack()
1246 tp->t_timer[TCPT_PTO] = 0; in tcp_output()2851 tp->t_timer[TCPT_PTO] = OFFSET_FROM_START(tp, pto); in tcp_output()
774 (_tp_)->t_timer[TCPT_PTO] = 0; \