Home
last modified time | relevance | path

Searched refs:TF_FORCEDATA (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_output.c246 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()
Dtcp_timer.c225 tp->t_flags |= TF_FORCEDATA; in tcp_timer_persist()
228 tp->t_flags &= ~TF_FORCEDATA; in tcp_timer_persist()
Dtcp_var.h426 #define TF_FORCEDATA 0x800000 /* force out a byte */ macro