TF_NODELAY       3787 netinet/tcp_input.c 	tp->t_flags = sototcpcb(oso)->t_flags & TF_NODELAY;
TF_NODELAY        414 netinet/tcp_output.c 		if ((idle || tp->t_flags & TF_NODELAY) &&
TF_NODELAY        555 netinet/tcp_usrreq.c 				tp->t_flags |= TF_NODELAY;
TF_NODELAY        557 netinet/tcp_usrreq.c 				tp->t_flags &= ~TF_NODELAY;
TF_NODELAY        631 netinet/tcp_usrreq.c 			*mtod(m, int *) = tp->t_flags & TF_NODELAY;