Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDtcp_usrreq.c1993 opt = TF_NODELAY; in tcp_default_ctloutput()
2394 optval = tp->t_flags & TF_NODELAY; in tcp_default_ctloutput()
2736 if (t_flags & TF_NODELAY) { in db_print_tflags()
HDtcp_var.h387 #define TF_NODELAY 0x00000004 /* don't delay packets to coalesce */ macro
HDtcp_output.c627 (idle || (tp->t_flags & TF_NODELAY)) && in tcp_output()
HDtcp_syncache.c1001 tp->t_flags = sototcpcb(lso)->t_flags & (TF_NOPUSH|TF_NODELAY); in syncache_socket()
/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_tom.c424 toep->params.nagle = tp->t_flags & TF_NODELAY ? 0 : 1; in t4_ctloutput()
1184 cp->nagle = tp->t_flags & TF_NODELAY ? 0 : 1; in init_conn_params()
/freebsd-13-stable/sys/netinet/tcp_stacks/
HDbbr.c4597 } else if ((amm < maxseg) && ((tp->t_flags & TF_NODELAY) == 0)) { in bbr_timeout_tlp()
12703 ((tp->t_flags & TF_NODELAY) || in bbr_output_wtime()
HDrack.c17056 (idle || (tp->t_flags & TF_NODELAY)) && in rack_output()
17275 ((tp->t_flags & TF_NODELAY) == 0) && in rack_output()