Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_usrreq.c2143 tp->t_flags |= TF_NOPUSH; in tcp_default_ctloutput()
2144 else if (tp->t_flags & TF_NOPUSH) { in tcp_default_ctloutput()
2145 tp->t_flags &= ~TF_NOPUSH; in tcp_default_ctloutput()
2507 optval = tp->t_flags & TF_NOPUSH; in tcp_default_ctloutput()
2881 if (t_flags & TF_NOPUSH) { in db_print_tflags()
H A Dtcp_var.h786 #define TF_NOPUSH 0x00001000 /* don't push */ macro
H A Dtcp_output.c617 (tp->t_flags & TF_NOPUSH) == 0) { in tcp_default_output()
H A Dtcp_syncache.c927 (TF_LRD|TF_NOPUSH|TF_NODELAY); in syncache_socket()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c20714 (tp->t_flags & TF_NOPUSH) == 0) { in rack_output()
20932 } else if (tp->t_flags & TF_NOPUSH) { in rack_output()
H A Dbbr.c12630 (tp->t_flags & TF_NOPUSH) == 0) { in bbr_output_wtime()