Searched refs:TCPT_PTO (Results 1 – 6 of 6) sorted by relevance
128 #define TCPT_PTO 0 /* Probe timeout */ macro
303 tp->t_timer[TCPT_PTO] = 0; in tcp_rack_detect_loss_and_arm_timer()
1685 case TCPT_PTO: in tcp_timers()2037 tcp_timers(tp, TCPT_PTO); in tcp_run_conn_timer()2038 tp->t_timer[TCPT_PTO] = 0; in tcp_run_conn_timer()
869 tp->t_timer[TCPT_PTO] = 0; in tcp_enter_fast_recovery()3299 tp->t_timer[TCPT_PTO] = 0; in tcp_input()5120 tp->t_timer[TCPT_PTO] = 0; in tcp_input()5326 tp->t_timer[TCPT_PTO] = 0; in tcp_input()7100 tp->t_timer[TCPT_PTO] = 0; in tcp_newreno_partial_ack()
1291 tp->t_timer[TCPT_PTO] = 0; in tcp_output()2940 tp->t_timer[TCPT_PTO] = OFFSET_FROM_START(tp, pto); in tcp_output()
900 (_tp_)->t_timer[TCPT_PTO] = 0; \