Searched refs:TF_FORCEDATA (Results 1 – 6 of 6) sorted by relevance
359 if (tp->t_flags & TF_FORCEDATA) { in tcp_output()620 if (tp->t_flags & TF_FORCEDATA) /* typ. timeout case */ in tcp_output()1019 if ((tp->t_flags & TF_FORCEDATA) && len == 1) { in tcp_output()1193 !((tp->t_flags & TF_FORCEDATA) && len == 1 && in tcp_output()1506 if ((tp->t_flags & TF_FORCEDATA) == 0 || in tcp_output()1629 if (((tp->t_flags & TF_FORCEDATA) == 0 || in tcp_output()
593 tp->t_flags |= TF_FORCEDATA; in tcp_timer_persist()597 tp->t_flags &= ~TF_FORCEDATA; in tcp_timer_persist()
1321 tp->t_flags |= TF_FORCEDATA; in tcp_usr_send()1323 tp->t_flags &= ~TF_FORCEDATA; in tcp_usr_send()2897 if (t_flags & TF_FORCEDATA) { in db_print_tflags()
394 #define TF_FORCEDATA 0x00800000 /* force out a byte */ macro
10584 tp->t_flags &= ~TF_FORCEDATA; in rack_fini()