Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:t_flags

179 		if ((1 || idle || tp->t_flags & TF_NODELAY) &&
215 if (tp->t_flags & TF_ACKNOW)
227 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una))
278 if ((tp->t_flags & TF_NOOPT) == 0) {
287 /* if ((tp->t_flags & TF_REQ_SCALE) &&
289 * (tp->t_flags & TF_RCVD_SCALE))) {
306 /* if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
309 * (tp->t_flags & TF_RCVD_TSTMP))) {
379 if (tp->t_flags & TF_ACKNOW)
407 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN &&
485 tp->t_flags |= TF_SENTFIN;
576 tp->t_flags &= ~(TF_ACKNOW|TF_DELACK);