Searched refs:tlp_high_seq (Results 1 – 6 of 6) sorted by relevance
1044 else if (tp->tlp_high_seq && tp->tlp_high_seq == end_seq) in tcp_dsack_seen()2142 if (tp->tlp_high_seq && tp->tlp_retrans) in tcp_init_undo()2225 tp->tlp_high_seq = 0; in tcp_enter_loss()2695 tp->tlp_high_seq = 0; in tcp_init_cwnd_reduction()3833 if (before(ack, tp->tlp_high_seq)) in tcp_process_tlp_ack()3838 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()3841 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()3842 } else if (after(ack, tp->tlp_high_seq)) { in tcp_process_tlp_ack()3855 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()4037 if (tp->tlp_high_seq) in tcp_ack()[all …]
2943 if (tp->tlp_high_seq) in tcp_send_loss_probe()2989 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
3370 tp->tlp_high_seq = 0; in tcp_disconnect()4985 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_rx, tlp_high_seq); in tcp_struct_check()
69 u32 tlp_high_seq - read_mostly tcp_a…
237 u32 tlp_high_seq; /* snd_nxt at the time of TLP */ member
2451 tcp_sk(sk)->tlp_high_seq, sk->sk_state, in tcp_rto_delta_us()
Completed in 39 milliseconds