Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dtcp_timer.h131 #define TCPT_DELACK 3 /* delayed ack */ macro
158 #define TCPT_DELACK 4 /* delayed ack timer */ macro
H A Dtcp_timer.c1567 case TCPT_DELACK: in tcp_timers()
1570 tp->t_timer[TCPT_DELACK] = 0; in tcp_timers()
H A Dtcp_output.c1579 tp->t_timer[TCPT_DELACK] = in tcp_output()
3273 tp->t_timer[TCPT_DELACK] = 0; in tcp_ip_output()
H A Dtcp_input.c3223 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input()
3793 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input()
5426 tp->t_timer[TCPT_DELACK] = in tcp_input()