Home
last modified time | relevance | path

Searched refs:TCPT_PTO (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_timer.h128 #define TCPT_PTO 0 /* Probe timeout */ macro
H A Dtcp_rack.c307 tp->t_timer[TCPT_PTO] = 0; in tcp_rack_detect_loss_and_arm_timer()
H A Dtcp_timer.c1648 case TCPT_PTO: in tcp_timers()
2002 tcp_timers(tp, TCPT_PTO); in tcp_run_conn_timer()
2003 tp->t_timer[TCPT_PTO] = 0; in tcp_run_conn_timer()
3113 tp->t_timer[TCPT_PTO] = tcp_offset_from_latest_tx(tp, pto); in tcp_set_pto()
H A Dtcp_input.c867 tp->t_timer[TCPT_PTO] = 0; in tcp_enter_fast_recovery()
3863 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
5359 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
5563 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
7365 tp->t_timer[TCPT_PTO] = 0; in tcp_newreno_partial_ack()
H A Dtcp_var.h969 (_tp_)->t_timer[TCPT_PTO] = 0; \
H A Dtcp_output.c1615 tp->t_timer[TCPT_PTO] = 0; in tcp_output()