Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c2109 opt = TF_NODELAY; in tcp_default_ctloutput()
2485 optval = tp->t_flags & TF_NODELAY; in tcp_default_ctloutput()
2821 if (t_flags & TF_NODELAY) { in db_print_tflags()
H A Dtcp_var.h373 #define TF_NODELAY 0x00000004 /* don't delay packets to coalesce */ macro
H A Dtcp_output.c615 (idle || (tp->t_flags & TF_NODELAY)) && 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.h373 #define TF_NODELAY 0x00000004 /* don't delay packets to coalesce */ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c12649 (idle || (tp->t_flags & TF_NODELAY)) && in rack_output()
12818 ((tp->t_flags & TF_NODELAY) == 0) && in rack_output()
H A Dbbr.c4605 } else if ((amm < maxseg) && ((tp->t_flags & TF_NODELAY) == 0)) { in bbr_timeout_tlp()
12773 ((tp->t_flags & TF_NODELAY) || in bbr_output_wtime()