Home
last modified time | relevance | path

Searched refs:high_seq (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/fs/dlm/
Drecover.c736 uint32_t high_seq = 0; in recover_lvb() local
764 if (((int)iter->lkb_lvbseq - (int)high_seq) >= 0) { in recover_lvb()
766 high_seq = iter->lkb_lvbseq; in recover_lvb()
781 if (((int)iter->lkb_lvbseq - (int)high_seq) >= 0) { in recover_lvb()
783 high_seq = iter->lkb_lvbseq; in recover_lvb()
/linux-5.19.10/net/ipv4/
Dtcp_input.c1391 if (!after(end_seq, tp->high_seq)) in tcp_sacktag_one()
2150 !after(tp->high_seq, tp->snd_una) || in tcp_enter_loss()
2172 tp->high_seq = tp->snd_nxt; in tcp_enter_loss()
2521 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_is_non_sack_preventing_reopen()
2615 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction()
2691 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open()
2791 tp->high_seq = tp->snd_nxt; in tcp_simple_retransmit()
2831 bool recovered = !before(tp->snd_una, tp->high_seq); in tcp_process_loss()
2845 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss()
2849 tp->high_seq = tp->snd_nxt; in tcp_process_loss()
[all …]
/linux-5.19.10/include/linux/
Dtcp.h337 u32 high_seq; /* snd_nxt at onset of congestion */ member