Searched refs:tlp_high_seq (Results 1 – 6 of 6) sorted by relevance
1063 else if (tp->tlp_high_seq && tp->tlp_high_seq == end_seq) in tcp_dsack_seen()2152 if (tp->tlp_high_seq && tp->tlp_retrans) in tcp_init_undo()2235 tp->tlp_high_seq = 0; in tcp_enter_loss()2704 tp->tlp_high_seq = 0; in tcp_init_cwnd_reduction()3855 if (before(ack, tp->tlp_high_seq)) in tcp_process_tlp_ack()3860 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()3863 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()3864 } else if (after(ack, tp->tlp_high_seq)) { in tcp_process_tlp_ack()3877 tp->tlp_high_seq = 0; in tcp_process_tlp_ack()4061 if (tp->tlp_high_seq) in tcp_ack()[all …]
2955 if (tp->tlp_high_seq) in tcp_send_loss_probe()2999 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
3397 tp->tlp_high_seq = 0; in tcp_disconnect()5042 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_rx, tlp_high_seq); in tcp_struct_check()
71 u32 tlp_high_seq read_mostly tcp_a…
238 u32 tlp_high_seq; /* snd_nxt at the time of TLP */ member
2513 tcp_sk(sk)->tlp_high_seq, sk->sk_state, in tcp_warn_once()