Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h404 #define TF_NOPUSH 0x01000 /* don't push */ macro
1115 #define TF_NOPUSH 0x01000 /* don't push */ macro
H A Dtcp_usrreq.c2336 opt = TF_NOPUSH; in tcp_ctloutput()
2862 optval = tp->t_flags & TF_NOPUSH; in tcp_ctloutput()
H A Dtcp_output.c1626 (tp->t_flags & TF_NOPUSH) == 0 && in tcp_output()
H A Dtcp_input.c2883 tp->t_flags |= tp0->t_flags & (TF_NOPUSH | TF_NOOPT | TF_NODELAY); in tcp_input()