Home
last modified time | relevance | path

Searched refs:TF_NOPUSH (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_var.h298 #define TF_NOPUSH 0x01000 /* don't push */ macro
889 #define TF_NOPUSH 0x01000 /* don't push */ macro
H A Dtcp_usrreq.c2207 opt = TF_NOPUSH; in tcp_ctloutput()
2712 optval = tp->t_flags & TF_NOPUSH; in tcp_ctloutput()
H A Dtcp_output.c1387 (tp->t_flags & TF_NOPUSH) == 0 && in tcp_output()
H A Dtcp_input.c2678 tp->t_flags |= tp0->t_flags & (TF_NOPUSH | TF_NOOPT | TF_NODELAY); in tcp_input()