Searched refs:tlp_high_seq (Results 1 – 3 of 3) sorted by relevance
1246 else if (tp->tlp_high_seq && tp->tlp_high_seq == end_seq) in tcp_dsack_seen()2513 if (tp->tlp_high_seq && tp->tlp_retrans) in tcp_init_undo()2589 tp->tlp_high_seq = 0; in tcp_enter_loss()2976 tp->tlp_high_seq = 0; in tcp_init_cwnd_reduction()4146 if (before(ack, tp->tlp_high_seq)) in tcp_process_tlp_ack()4151 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()4154 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()4155 } else if (after(ack, tp->tlp_high_seq)) { in tcp_process_tlp_ack()4168 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()4413 if (unlikely(tp->tlp_high_seq)) in tcp_ack()[all …]
3178 if (tp->tlp_high_seq) in tcp_send_loss_probe() 3222 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
242 u32 tlp_high_seq; /* snd_nxt at the time of TLP */ member