Searched refs:TF_STRETCHACK (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_newreno.c388 ((tp->t_flags & TF_STRETCHACK) != 0 &&
H A Dtcp_output.c889 if ((tp->t_flags & TF_STRETCHACK) == 0 &&
899 if ((tp->t_flags & TF_STRETCHACK) != 0 &&
2245 int ack_size = (tp->t_flags & TF_STRETCHACK) ?
2247 int segs_acked = (tp->t_flags & TF_STRETCHACK) ? maxseg_unacked : 2;
H A Dtcp_sack.c211 if ((tp->t_flags & TF_STRETCHACK) != 0 && tp->rcv_numsacks > 0)
H A Dtcp_input.c537 if ((tp->t_flags & TF_STRETCHACK) != 0)
1075 tp->t_flags &= ~(TF_STRETCHACK);
2047 tp->t_flags |= TF_STRETCHACK;
2051 tp->t_flags &= ~(TF_STRETCHACK);
2096 if (tp->t_state == TCPS_ESTABLISHED && (tp->t_flags & TF_STRETCHACK) != 0 &&
H A Dtcp_timer.c870 if ((tp->t_flags & TF_STRETCHACK) != 0)
H A Dtcp_var.h229 #define TF_STRETCHACK 0x80000000 /* receiver is going to delay acks */ macro

Completed in 32 milliseconds