Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h394 #define TF_NODELAY 0x00004 /* don't delay packets to coalesce */ macro
1105 #define TF_NODELAY 0x00004 /* don't delay packets to coalesce */ macro
H A Dtcp_usrreq.c2330 opt = TF_NODELAY; in tcp_ctloutput()
2829 optval = tp->t_flags & TF_NODELAY; in tcp_ctloutput()
H A Dtcp_output.c1623 (idle || tp->t_flags & TF_NODELAY || in tcp_output()
H A Dtcp_subr.c3785 if ((tp->t_flags & TF_NODELAY) == 0 && in tcp_notsent_lowat_check()
H A Dmptcp_subr.c6295 if ((tp->t_flags & TF_NODELAY) == 0 && in mptcp_notsent_lowat_check()
H A Dtcp_input.c2883 tp->t_flags |= tp0->t_flags & (TF_NOPUSH | TF_NOOPT | TF_NODELAY); in tcp_input()