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.c799 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()
H A Dt4_tls.c618 (tp->t_flags & TF_MORETOCOME) == 0; in t4_push_ktls()
/freebsd/sys/netinet/
H A Dtcp_output.c257 if (tp->t_flags & TF_MORETOCOME) { in tcp_default_output()
614 if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */ in tcp_default_output()
H A Dtcp_usrreq.c1129 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()
H A Dtcp_var.h794 #define TF_MORETOCOME 0x00010000 /* More data to be appended to sock */ macro
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c19933 if (tp->t_flags & TF_MORETOCOME) { in rack_output()
20711 if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */ in rack_output()
H A Dbbr.c12627 if (((tp->t_flags & TF_MORETOCOME) == 0) && /* normal case */ in bbr_output_wtime()