Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c1694 } else if (tp->t_flags & TF_DELACK) { in tcp_output()
1722 !(tp->t_flags & TF_DELACK)) { in tcp_output()
1723 tp->t_flags |= TF_DELACK; in tcp_output()
3564 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_ip_output()
H A Dtcp_input.c3462 if ((tp->t_flags & TF_DELACK) == 0) { in tcp_input()
3463 tp->t_flags |= TF_DELACK; in tcp_input()
3983 if ((tp->t_flags & TF_DELACK) == 0) { in tcp_input()
3984 tp->t_flags |= TF_DELACK; in tcp_input()
5811 if ((tp->t_flags & TF_DELACK) == 0) { in tcp_input()
5812 tp->t_flags |= TF_DELACK; in tcp_input()
5915 if (tp->t_flags & TF_DELACK) { in tcp_input()
H A Dtcp_var.h393 #define TF_DELACK 0x00002 /* ack, but try to delay it */ macro
1104 #define TF_DELACK 0x00002 /* ack, but try to delay it */ macro
H A Dtcp_timer.c1594 if (tcp_delack_enabled && (tp->t_flags & TF_DELACK)) { in tcp_timers()
1595 tp->t_flags &= ~TF_DELACK; in tcp_timers()