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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h201 #define TF_NODELAY 0x00004 /* don't delay packets to coalesce */ macro
532 #define TF_NODELAY 0x00004 /* don't delay packets to coalesce */ macro
H A Dtcp_usrreq.c1358 opt = TF_NODELAY;
1534 optval = tp->t_flags & TF_NODELAY;
H A Dtcp_output.c848 (idle || tp->t_flags & TF_NODELAY || tp->t_flags & TF_MAXSEGSNT) &&
H A Dtcp_subr.c2640 if ((tp->t_flags & TF_NODELAY) == 0 &&
H A Dtcp_input.c1958 tp->t_flags |= tp0->t_flags & (TF_NOPUSH|TF_NOOPT|TF_NODELAY);

Completed in 40 milliseconds