Lines Matching refs:undo_marker

1092 			 tp->undo_marker ? tp->undo_retrans : 0);  in tcp_check_sack_reordering()
1270 if (!is_dsack || !tp->undo_marker) in tcp_is_sackblock_valid()
1277 if (!before(start_seq, tp->undo_marker)) in tcp_is_sackblock_valid()
1281 if (!after(end_seq, tp->undo_marker)) in tcp_is_sackblock_valid()
1321 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_check_dsack()
1323 after(end_seq_0, tp->undo_marker)) in tcp_check_dsack()
1396 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_sacktag_one()
1397 after(end_seq, tp->undo_marker)) in tcp_sacktag_one()
1899 if (!tp->undo_marker) in tcp_sacktag_write_queue()
2030 if (inet_csk(sk)->icsk_ca_state != TCP_CA_Loss || tp->undo_marker) in tcp_sacktag_write_queue()
2125 tp->undo_marker = 0; in tcp_clear_retrans()
2136 tp->undo_marker = tp->snd_una; in tcp_init_undo()
2587 tp->undo_marker = 0; in tcp_undo_cwnd_reduction()
2593 return tp->undo_marker && (!tp->undo_retrans || tcp_packet_delayed(tp)); in tcp_may_undo()
2645 if (tp->undo_marker && !tp->undo_retrans) { in tcp_try_undo_dsack()
2739 (inet_csk(sk)->icsk_ca_state == TCP_CA_CWR || tp->undo_marker)) { in tcp_end_cwnd_reduction()
2753 tp->undo_marker = 0; in tcp_enter_cwr()
2842 tp->undo_marker = 0; in tcp_non_congestion_loss_retransmit()
3001 if (tp->undo_marker && tcp_packet_delayed(tp)) { in tcp_try_undo_partial()
6296 if (tp->total_retrans > 1 && tp->undo_marker) in tcp_init_transfer()
6423 if (tp->undo_marker && syn_stamp && tp->rx_opt.saw_tstamp && in tcp_try_undo_spurious_syn()
6425 tp->undo_marker = 0; in tcp_try_undo_spurious_syn()