Lines Matching refs:t_flags
322 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack()
534 tp->t_flags |= TF_FORCEDATA; in tcp_timer_persist()
537 tp->t_flags &= ~TF_FORCEDATA; in tcp_timer_persist()
609 if (IN_FASTRECOVERY(tp->t_flags)) in tcp_timer_rexmt()
610 tp->t_flags |= TF_WASFRECOVERY; in tcp_timer_rexmt()
612 tp->t_flags &= ~TF_WASFRECOVERY; in tcp_timer_rexmt()
613 if (IN_CONGRECOVERY(tp->t_flags)) in tcp_timer_rexmt()
614 tp->t_flags |= TF_WASCRECOVERY; in tcp_timer_rexmt()
616 tp->t_flags &= ~TF_WASCRECOVERY; in tcp_timer_rexmt()
617 if ((tp->t_flags & TF_RCVD_TSTMP) == 0) in tcp_timer_rexmt()
623 tp->t_flags |= TF_PREVVALID; in tcp_timer_rexmt()
625 tp->t_flags &= ~TF_PREVVALID; in tcp_timer_rexmt()
779 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in tcp_timer_rexmt()
797 tp->t_flags |= TF_ACKNOW; in tcp_timer_rexmt()
905 if (tp->t_flags & TF_TOE) in tcp_timer_activate()