Searched refs:TF_MORETOCOME (Results 1 – 7 of 7) sorted by relevance
799 shove = m == NULL && !(tp->t_flags & TF_MORETOCOME); in t4_push_frames()1039 shove = !(tp->t_flags & TF_MORETOCOME); in write_iscsi_mbuf_wr()2288 tp->t_flags |= TF_MORETOCOME; in t4_aiotx_process_job()2297 tp->t_flags &= ~TF_MORETOCOME; in t4_aiotx_process_job()
618 (tp->t_flags & TF_MORETOCOME) == 0; in t4_push_ktls()
257 if (tp->t_flags & TF_MORETOCOME) { in tcp_default_output()614 if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */ in tcp_default_output()
1129 tp->t_flags |= TF_MORETOCOME; in tcp_usr_send()1132 tp->t_flags &= ~TF_MORETOCOME; in tcp_usr_send()2897 if (t_flags & TF_MORETOCOME) { in db_print_tflags()
794 #define TF_MORETOCOME 0x00010000 /* More data to be appended to sock */ macro
19933 if (tp->t_flags & TF_MORETOCOME) { in rack_output()20711 if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */ in rack_output()
12627 if (((tp->t_flags & TF_MORETOCOME) == 0) && /* normal case */ in bbr_output_wtime()