Searched refs:tlp_high_seq (Results 1 – 5 of 5) sorted by relevance
1033 else if (tp->tlp_high_seq && tp->tlp_high_seq == end_seq) in tcp_dsack_seen()2131 if (tp->tlp_high_seq && tp->tlp_retrans) in tcp_init_undo()2214 tp->tlp_high_seq = 0; in tcp_enter_loss()2684 tp->tlp_high_seq = 0; in tcp_init_cwnd_reduction()3793 if (before(ack, tp->tlp_high_seq)) in tcp_process_tlp_ack()3798 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()3801 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()3802 } else if (after(ack, tp->tlp_high_seq)) { in tcp_process_tlp_ack()3815 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()3997 if (tp->tlp_high_seq) in tcp_ack()[all …]
2883 if (tp->tlp_high_seq) in tcp_send_loss_probe()2929 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
3104 tp->tlp_high_seq = 0; in tcp_disconnect()
282 u32 tlp_high_seq; /* snd_nxt at the time of TLP */ member
2263 tcp_sk(sk)->tlp_high_seq, sk->sk_state, in tcp_rto_delta_us()