Searched refs:high_seq (Results 1 – 3 of 3) sorted by relevance
734 uint32_t high_seq = 0; in recover_lvb() local762 if (((int)iter->lkb_lvbseq - (int)high_seq) >= 0) { in recover_lvb()764 high_seq = iter->lkb_lvbseq; in recover_lvb()779 if (((int)iter->lkb_lvbseq - (int)high_seq) >= 0) { in recover_lvb()781 high_seq = iter->lkb_lvbseq; in recover_lvb()
127 if (!before(tp->snd_una, tp->high_seq)) { in BPF_PROG()
1657 if (!after(end_seq, tp->high_seq)) in tcp_sacktag_one()2565 !after(tp->high_seq, tp->snd_una) || in tcp_enter_loss()2587 tp->high_seq = tp->snd_nxt; in tcp_enter_loss()2761 if (!tcp_is_sack(tp) && !before(tp->snd_una, tp->high_seq)) in tcp_packet_delayed()2880 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_is_non_sack_preventing_reopen()2974 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction()3052 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open()3121 tp->high_seq = tp->snd_nxt; in tcp_non_congestion_loss_retransmit()3218 bool recovered = !before(tp->snd_una, tp->high_seq); in tcp_process_loss()3232 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss()[all …]