Searched refs:TF_NODELAY (Results 1 – 6 of 6) sorted by relevance
394 #define TF_NODELAY 0x00004 /* don't delay packets to coalesce */ macro1105 #define TF_NODELAY 0x00004 /* don't delay packets to coalesce */ macro
2330 opt = TF_NODELAY; in tcp_ctloutput()2829 optval = tp->t_flags & TF_NODELAY; in tcp_ctloutput()
1623 (idle || tp->t_flags & TF_NODELAY || in tcp_output()
3785 if ((tp->t_flags & TF_NODELAY) == 0 && in tcp_notsent_lowat_check()
6295 if ((tp->t_flags & TF_NODELAY) == 0 && in mptcp_notsent_lowat_check()
2883 tp->t_flags |= tp0->t_flags & (TF_NOPUSH | TF_NOOPT | TF_NODELAY); in tcp_input()