Searched refs:TF_NODELAY (Results 1 – 3 of 3) sorted by relevance
397 #define TF_NODELAY 0x000004 /* don't delay packets to coalesce */ macro
477 (idle || (tp->t_flags & TF_NODELAY)) && in tcp_output()
811 tp->t_flags = tp->t_flags & (TF_NOPUSH | TF_NODELAY | TF_NOOPT); in tcp_input()