Searched refs:TF_MORETOCOME (Results 1 – 6 of 6) sorted by relevance
268 if (tp->t_flags & TF_MORETOCOME) { in tcp_output()614 if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */ in tcp_output()
1257 tp->t_flags |= TF_MORETOCOME; in tcp_usr_send()1260 tp->t_flags &= ~TF_MORETOCOME; in tcp_usr_send()2865 if (t_flags & TF_MORETOCOME) { in db_print_tflags()
387 #define TF_MORETOCOME 0x00010000 /* More data to be appended to sock */ macro
12050 if (tp->t_flags & TF_MORETOCOME) { in rack_output()12648 if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */ in rack_output()
12772 if (((tp->t_flags & TF_MORETOCOME) == 0) && /* normal case */ in bbr_output_wtime()