Searched refs:TF_NOPUSH (Results 1 – 7 of 7) sorted by relevance
2142 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()
383 #define TF_NOPUSH 0x00001000 /* don't push */ macro
617 (tp->t_flags & TF_NOPUSH) == 0) { in tcp_output()
1057 tp->t_flags = sototcpcb(lso)->t_flags & (TF_NOPUSH|TF_NODELAY); in syncache_socket()
12651 (tp->t_flags & TF_NOPUSH) == 0) { in rack_output()12828 } else if (tp->t_flags & TF_NOPUSH) { in rack_output()
12775 (tp->t_flags & TF_NOPUSH) == 0) { in bbr_output_wtime()