Searched refs:high_seq (Results 1 – 3 of 3) sorted by relevance
738 uint32_t high_seq = 0; in recover_lvb() local766 if (((int)iter->lkb_lvbseq - (int)high_seq) >= 0) { in recover_lvb()768 high_seq = iter->lkb_lvbseq; in recover_lvb()783 if (((int)iter->lkb_lvbseq - (int)high_seq) >= 0) { in recover_lvb()785 high_seq = iter->lkb_lvbseq; in recover_lvb()
1414 if (!after(end_seq, tp->high_seq)) in tcp_sacktag_one()2185 !after(tp->high_seq, tp->snd_una) || in tcp_enter_loss()2207 tp->high_seq = tp->snd_nxt; in tcp_enter_loss()2677 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction()2753 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open()2822 tp->high_seq = tp->snd_nxt; in tcp_non_congestion_loss_retransmit()2935 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss()2939 tp->high_seq = tp->snd_nxt; in tcp_process_loss()3078 if (tp->snd_una != tp->high_seq) { in tcp_fastretrans_alert()3382 if (!after(scb->end_seq, tp->high_seq)) in tcp_clean_rtx_queue()[all …]
369 u32 high_seq; /* snd_nxt at onset of congestion */ member