Searched refs:TF_MORETOCOME (Results 1 – 7 of 7) sorted by relevance
866 shove = m == NULL && !(tp->t_flags & TF_MORETOCOME); in t4_push_frames()1108 shove = !(tp->t_flags & TF_MORETOCOME); in write_iscsi_mbuf_wr()1306 shove = !(tp->t_flags & TF_MORETOCOME); in write_nvme_mbuf_wr()2646 tp->t_flags |= TF_MORETOCOME; in t4_aiotx_process_job()2655 tp->t_flags &= ~TF_MORETOCOME; in t4_aiotx_process_job()
648 (tp->t_flags & TF_MORETOCOME) == 0; in t4_push_ktls()
254 if (tp->t_flags & TF_MORETOCOME) { in tcp_default_output()611 if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */ in tcp_default_output()
1087 tp->t_flags |= TF_MORETOCOME; in tcp_usr_send()1090 tp->t_flags &= ~TF_MORETOCOME; in tcp_usr_send()
781 #define TF_MORETOCOME 0x00010000 /* More data to be appended to sock */ macro
19826 if (tp->t_flags & TF_MORETOCOME) { in rack_output()20598 if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */ in rack_output()
12619 if (((tp->t_flags & TF_MORETOCOME) == 0) && /* normal case */ in bbr_output_wtime()