Lines Matching refs:undo_retrans
1295 tp->undo_marker ? tp->undo_retrans : 0); in tcp_check_sack_reordering()
1515 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_check_dsack()
1518 tp->undo_retrans = max_t(int, 0, tp->undo_retrans - dup_segs); in tcp_check_dsack()
1622 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_sacktag_one()
1624 tp->undo_retrans = max_t(int, 0, tp->undo_retrans - pcount); in tcp_sacktag_one()
2496 tp->undo_retrans = -1; in tcp_clear_retrans()
2510 tp->undo_retrans = tp->retrans_out; in tcp_init_undo()
2513 tp->undo_retrans++; in tcp_init_undo()
2515 if (!tp->undo_retrans) in tcp_init_undo()
2516 tp->undo_retrans = -1; in tcp_init_undo()
2873 return tp->undo_marker && (!tp->undo_retrans || tcp_packet_delayed(tp)); in tcp_may_undo()
2925 if (tp->undo_marker && !tp->undo_retrans) { in tcp_try_undo_dsack()