Home
last modified time | relevance | path

Searched refs:TF_MORETOCOME (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c866 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()
H A Dt4_tls.c648 (tp->t_flags & TF_MORETOCOME) == 0; in t4_push_ktls()
/freebsd/sys/netinet/
H A Dtcp_output.c254 if (tp->t_flags & TF_MORETOCOME) { in tcp_default_output()
611 if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */ in tcp_default_output()
H A Dtcp_usrreq.c1087 tp->t_flags |= TF_MORETOCOME; in tcp_usr_send()
1090 tp->t_flags &= ~TF_MORETOCOME; in tcp_usr_send()
H A Dtcp_var.h781 #define TF_MORETOCOME 0x00010000 /* More data to be appended to sock */ macro
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c19826 if (tp->t_flags & TF_MORETOCOME) { in rack_output()
20598 if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */ in rack_output()
H A Dbbr.c12619 if (((tp->t_flags & TF_MORETOCOME) == 0) && /* normal case */ in bbr_output_wtime()