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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h225 #define TF_NODELAY 0x00004 /* don't delay packets to coalesce */ macro
634 #define TF_NODELAY 0x00004 /* don't delay packets to coalesce */ macro
H A Dtcp_usrreq.c1698 opt = TF_NODELAY;
2015 optval = tp->t_flags & TF_NODELAY;
H A Dtcp_output.c912 (idle || tp->t_flags & TF_NODELAY ||
H A Dtcp_subr.c2737 if ((tp->t_flags & TF_NODELAY) == 0 &&
H A Dtcp_input.c2071 tp->t_flags |= tp0->t_flags & (TF_NOPUSH|TF_NOOPT|TF_NODELAY);

Completed in 179 milliseconds