Lines Matching refs:t_flags
442 #define TIMER_IS_ON_LIST(tp) ((tp)->t_flags & TF_TIMER_ONLIST)
918 tp->t_flags |= TF_WASFRECOVERY; in tcp_rexmt_save_state()
920 tp->t_flags &= ~TF_WASFRECOVERY; in tcp_rexmt_save_state()
938 tp->t_flags |= TF_PMTUD; in tcp_pmtud_revert_segment_size()
939 tp->t_flags &= ~TF_BLACKHOLE; in tcp_pmtud_revert_segment_size()
1097 (tp->t_flags & TF_SENTFIN) != 0 && tp->t_rxtshift >= 4) || in tcp_timers()
1293 if ((tp->t_flags & TF_PMTUD) && in tcp_timers()
1303 tp->t_flags &= ~TF_PMTUD; in tcp_timers()
1305 tp->t_flags |= TF_BLACKHOLE; in tcp_timers()
1338 if ((tp->t_flags & TF_BLACKHOLE) && in tcp_timers()
1357 tp->t_flags &= ~(TF_REQ_SCALE | TF_REQ_TSTMP); in tcp_timers()
1386 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1587 if (tcp_delack_enabled && (tp->t_flags & TF_DELACK)) { in tcp_timers()
1588 tp->t_flags &= ~TF_DELACK; in tcp_timers()
1590 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1601 if ((tp->t_flags & TF_STRETCHACK)) { in tcp_timers()
1653 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1741 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1912 tp->t_flags &= ~(TF_TIMER_ONLIST); in tcp_remove_timer()
2349 tp->t_flags |= TF_TIMER_ONLIST; in tcp_sched_timers()
2982 if (tp->t_flags & TF_BLACKHOLE) { in tcp_update_mss_locked()