Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/
HDtcp_usrreq.c2109 opt = TF_NODELAY; in tcp_default_ctloutput()
2466 optval = tp->t_flags & TF_NODELAY; in tcp_default_ctloutput()
2810 if (t_flags & TF_NODELAY) { in db_print_tflags()
HDtcp_var.h772 #define TF_NODELAY 0x00000004 /* don't delay packets to coalesce */ macro
HDtcp_output.c612 (idle || (tp->t_flags & TF_NODELAY)) && in tcp_default_output()
HDtcp_syncache.c927 (TF_LRD|TF_NOPUSH|TF_NODELAY); in syncache_socket()
HDtcp_input.c2820 tp->t_flags & TF_NODELAY), in tcp_do_segment()
/freebsd-head/sys/dev/cxgbe/tom/
HDt4_tom.c432 toep->params.nagle = tp->t_flags & TF_NODELAY ? 0 : 1; in t4_ctloutput()
1292 cp->nagle = tp->t_flags & TF_NODELAY ? 0 : 1; in init_conn_params()
/freebsd-head/sys/netinet/tcp_stacks/
HDbbr.c4582 } else if ((amm < maxseg) && ((tp->t_flags & TF_NODELAY) == 0)) { in bbr_timeout_tlp()
12628 ((tp->t_flags & TF_NODELAY) || in bbr_output_wtime()
HDrack.c20712 (idle || (tp->t_flags & TF_NODELAY)) && in rack_output()
20922 ((tp->t_flags & TF_NODELAY) == 0) && in rack_output()