Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_usrreq.c2160 tp->t_flags |= TF_NOPUSH; in tcp_default_ctloutput()
2161 else if (tp->t_flags & TF_NOPUSH) { in tcp_default_ctloutput()
2162 tp->t_flags &= ~TF_NOPUSH; in tcp_default_ctloutput()
2513 optval = tp->t_flags & TF_NOPUSH; in tcp_default_ctloutput()
2891 if (t_flags & TF_NOPUSH) { in db_print_tflags()
HDtcp_var.h791 #define TF_NOPUSH 0x00001000 /* don't push */ macro
HDtcp_output.c625 (tp->t_flags & TF_NOPUSH) == 0) { in tcp_default_output()
HDtcp_syncache.c940 (TF_LRD|TF_NOPUSH|TF_NODELAY); in syncache_socket()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDrack.c20898 (tp->t_flags & TF_NOPUSH) == 0) { in rack_output()
21106 } else if (tp->t_flags & TF_NOPUSH) { in rack_output()
HDbbr.c12611 (tp->t_flags & TF_NOPUSH) == 0) { in bbr_output_wtime()