Home
last modified time | relevance | path

Searched refs:TCPT_DELACK (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_timer.h132 #define TCPT_DELACK 4 /* delayed ack */ macro
159 #define TCPT_DELACK 4 /* delayed ack timer */ macro
H A Dtcp_timer.c1578 case TCPT_DELACK: in tcp_timers()
1581 tp->t_timer[TCPT_DELACK] = 0; in tcp_timers()
H A Dtcp_input.c3998 tp->t_timer[TCPT_DELACK] = tcp_offset_from_start(tp, tcp_delack); in tcp_input()
4239 tp->t_timer[TCPT_DELACK] = tcp_offset_from_start(tp, tcp_delack); in tcp_input()
6005 tp->t_timer[TCPT_DELACK] = in tcp_input()
H A Dtcp_output.c3649 tp->t_timer[TCPT_DELACK] = 0; in tcp_ip_output()