Searched refs:TF_STREAMING_ON (Results 1 – 3 of 3) sorted by relevance
1250 tp->t_flags |= TF_STREAMING_ON; in tcp_stretch_ack_enable()1252 tp->t_flags &= ~TF_STREAMING_ON; in tcp_stretch_ack_enable()1257 tp->t_flags &= ~TF_STREAMING_ON; in tcp_stretch_ack_enable()1265 tp->t_flags &= ~TF_STREAMING_ON; in tcp_stretch_ack_enable()1279 (tp->t_flags & TF_STREAMING_ON) && in tcp_stretch_ack_enable()1297 tp->t_flags &= ~(TF_STRETCHACK | TF_STREAMING_ON); in tcp_reset_stretch_ack()
417 #define TF_STREAMING_ON 0x2000000 /* Receiver detected streaming */ macro
1783 if (tp->t_flags & TF_STREAMING_ON) { in tcp_fill_info()