Searched refs:TF_FORCEDATA (Results 1 – 3 of 3) sorted by relevance
246 if (tp->t_flags & TF_FORCEDATA) { in tcp_output()527 if (tp->t_flags & TF_FORCEDATA) /* typ. timeout case */ in tcp_output()869 if ((tp->t_flags & TF_FORCEDATA) && len == 1) in tcp_output()1070 !((tp->t_flags & TF_FORCEDATA) && len == 1)) { in tcp_output()1222 if ((tp->t_flags & TF_FORCEDATA) == 0 || in tcp_output()1329 if (((tp->t_flags & TF_FORCEDATA) == 0 || in tcp_output()
225 tp->t_flags |= TF_FORCEDATA; in tcp_timer_persist()228 tp->t_flags &= ~TF_FORCEDATA; in tcp_timer_persist()
426 #define TF_FORCEDATA 0x800000 /* force out a byte */ macro