Searched refs:TF_STRETCHACK (Results 1 – 6 of 6) sorted by relevance
347 ((tp->t_flags & TF_STRETCHACK) && in tcp_cc_delay_ack()
218 if ((tp->t_flags & TF_STRETCHACK) != 0 && tp->rcv_numsacks > 0) { in tcp_update_sack_list()
1436 if (!(tp->t_flags & TF_STRETCHACK) && in tcp_output()1482 (tp->t_flags & TF_STRETCHACK) && in tcp_output()
317 #define TF_STRETCHACK 0x80000000 /* receiver is going to delay acks */ macro
1339 tp->t_flags &= ~(TF_STRETCHACK | TF_STREAMING_ON); in tcp_reset_stretch_ack()2731 tp->t_flags |= TF_STRETCHACK; in tcp_input()2735 tp->t_flags &= ~(TF_STRETCHACK); in tcp_input()
1580 if ((tp->t_flags & TF_STRETCHACK)) { in tcp_timers()