Lines Matching refs:t_flags
320 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack()
532 tp->t_flags |= TF_FORCEDATA; in tcp_timer_persist()
535 tp->t_flags &= ~TF_FORCEDATA; in tcp_timer_persist()
606 if (IN_FASTRECOVERY(tp->t_flags)) in tcp_timer_rexmt()
607 tp->t_flags |= TF_WASFRECOVERY; in tcp_timer_rexmt()
609 tp->t_flags &= ~TF_WASFRECOVERY; in tcp_timer_rexmt()
610 if (IN_CONGRECOVERY(tp->t_flags)) in tcp_timer_rexmt()
611 tp->t_flags |= TF_WASCRECOVERY; in tcp_timer_rexmt()
613 tp->t_flags &= ~TF_WASCRECOVERY; in tcp_timer_rexmt()
614 if ((tp->t_flags & TF_RCVD_TSTMP) == 0) in tcp_timer_rexmt()
620 tp->t_flags |= TF_PREVVALID; in tcp_timer_rexmt()
623 tp->t_flags &= ~TF_PREVVALID; in tcp_timer_rexmt()
789 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in tcp_timer_rexmt()
807 tp->t_flags |= TF_ACKNOW; in tcp_timer_rexmt()
911 if (tp->t_flags & TF_TOE) in tcp_timer_activate()