Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_output.c1455 } else if (tp->t_flags & TF_DELACK) { in tcp_output()
1483 !(tp->t_flags & TF_DELACK)) { in tcp_output()
1484 tp->t_flags |= TF_DELACK; in tcp_output()
2995 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_ip_output()
H A Dtcp_var.h287 #define TF_DELACK 0x00002 /* ack, but try to delay it */ macro
878 #define TF_DELACK 0x00002 /* ack, but try to delay it */ macro
H A Dtcp_input.c3154 if ((tp->t_flags & TF_DELACK) == 0) { in tcp_input()
3155 tp->t_flags |= TF_DELACK; in tcp_input()
3512 if ((tp->t_flags & TF_DELACK) == 0) { in tcp_input()
3513 tp->t_flags |= TF_DELACK; in tcp_input()
5141 if ((tp->t_flags & TF_DELACK) == 0) { in tcp_input()
5142 tp->t_flags |= TF_DELACK; in tcp_input()
5245 if (tp->t_flags & TF_DELACK) { in tcp_input()
H A Dtcp_timer.c1566 if (tcp_delack_enabled && (tp->t_flags & TF_DELACK)) { in tcp_timers()
1567 tp->t_flags &= ~TF_DELACK; in tcp_timers()