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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_var.h246 #define TF_NODELAY 0x00004 /* don't delay packets to coalesce */ macro
684 #define TF_NODELAY 0x00004 /* don't delay packets to coalesce */ macro
H A Dtcp_usrreq.c1763 opt = TF_NODELAY;
2110 optval = tp->t_flags & TF_NODELAY;
H A Dtcp_output.c963 (idle || tp->t_flags & TF_NODELAY ||
H A Dtcp_subr.c2823 if ((tp->t_flags & TF_NODELAY) == 0 &&
H A Dtcp_input.c2231 tp->t_flags |= tp0->t_flags & (TF_NOPUSH|TF_NOOPT|TF_NODELAY);
H A Dmptcp_subr.c5105 if ((tp->t_flags & TF_NODELAY) == 0 &&

Completed in 46 milliseconds