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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_cc.c355 ((tp->t_flags & TF_STRETCHACK) != 0 &&
H A Dtcp_output.c1008 if (!(tp->t_flags & TF_STRETCHACK) &&
1020 if ((tp->t_flags & TF_STRETCHACK) &&
2575 int ack_size = (tp->t_flags & TF_STRETCHACK) ?
2577 int segs_acked = (tp->t_flags & TF_STRETCHACK) ? maxseg_unacked : 2;
H A Dtcp_sack.c213 if ((tp->t_flags & TF_STRETCHACK) != 0 && tp->rcv_numsacks > 0)
H A Dtcp_input.c1216 tp->t_flags &= ~(TF_STRETCHACK);
2264 tp->t_flags |= TF_STRETCHACK;
2268 tp->t_flags &= ~(TF_STRETCHACK);
2643 if ((tp->t_flags & TF_STRETCHACK) &&
4211 if ((tp->t_flags & TF_STRETCHACK) &&
H A Dtcp_var.h275 #define TF_STRETCHACK 0x80000000 /* receiver is going to delay acks */ macro
H A Dtcp_timer.c1080 if ((tp->t_flags & TF_STRETCHACK)) {

Completed in 90 milliseconds