Searched refs:TF_NOPUSH (Results 1 – 4 of 4) sorted by relevance
364 tp->t_flags |= TF_NOPUSH; in tcp_ctloutput()365 else if (tp->t_flags & TF_NOPUSH) { in tcp_ctloutput()366 tp->t_flags &= ~TF_NOPUSH; in tcp_ctloutput()439 *mtod(m, int *) = tp->t_flags & TF_NOPUSH; in tcp_ctloutput()
101 #define TF_NOPUSH 0x02000000U /* don't push */ macro
399 (tp->t_flags & TF_NOPUSH) == 0) in tcp_output()
3642 tp->t_flags = intotcpcb(listeninp)->t_flags & (TF_NOPUSH|TF_NODELAY); in syn_cache_get()