Lines Matching refs:t_flags
82 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack()
225 tp->t_flags |= TF_FORCEDATA; in tcp_timer_persist()
228 tp->t_flags &= ~TF_FORCEDATA; in tcp_timer_persist()
385 if (IN_FASTRECOVERY(tp->t_flags)) in tcp_timer_rexmt()
386 tp->t_flags |= TF_WASFRECOVERY; in tcp_timer_rexmt()
388 tp->t_flags &= ~TF_WASFRECOVERY; in tcp_timer_rexmt()
389 if (IN_CONGRECOVERY(tp->t_flags)) in tcp_timer_rexmt()
390 tp->t_flags |= TF_WASCRECOVERY; in tcp_timer_rexmt()
392 tp->t_flags &= ~TF_WASCRECOVERY; in tcp_timer_rexmt()
394 tp->t_flags |= TF_PREVVALID; in tcp_timer_rexmt()
396 tp->t_flags &= ~TF_PREVVALID; in tcp_timer_rexmt()
427 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in tcp_timer_rexmt()
450 tp->t_flags |= TF_ACKNOW; in tcp_timer_rexmt()