Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_output.c268 if (tp->t_flags & TF_MORETOCOME) { in tcp_output()
614 if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */ in tcp_output()
H A Dtcp_usrreq.c1257 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()
H A Dtcp_var.h387 #define TF_MORETOCOME 0x00010000 /* More data to be appended to sock */ macro
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h387 #define TF_MORETOCOME 0x00010000 /* More data to be appended to sock */ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c12050 if (tp->t_flags & TF_MORETOCOME) { in rack_output()
12648 if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */ in rack_output()
H A Dbbr.c12772 if (((tp->t_flags & TF_MORETOCOME) == 0) && /* normal case */ in bbr_output_wtime()