Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c2142 tp->t_flags |= TF_NOPUSH; in tcp_default_ctloutput()
2143 else if (tp->t_flags & TF_NOPUSH) { in tcp_default_ctloutput()
2144 tp->t_flags &= ~TF_NOPUSH; in tcp_default_ctloutput()
2500 optval = tp->t_flags & TF_NOPUSH; in tcp_default_ctloutput()
2861 if (t_flags & TF_NOPUSH) { in db_print_tflags()
H A Dtcp_var.h383 #define TF_NOPUSH 0x00001000 /* don't push */ macro
H A Dtcp_output.c617 (tp->t_flags & TF_NOPUSH) == 0) { in tcp_output()
H A Dtcp_syncache.c1057 tp->t_flags = sototcpcb(lso)->t_flags & (TF_NOPUSH|TF_NODELAY); in syncache_socket()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h383 #define TF_NOPUSH 0x00001000 /* don't push */ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c12651 (tp->t_flags & TF_NOPUSH) == 0) { in rack_output()
12828 } else if (tp->t_flags & TF_NOPUSH) { in rack_output()
H A Dbbr.c12775 (tp->t_flags & TF_NOPUSH) == 0) { in bbr_output_wtime()