Home
last modified time | relevance | path

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

/linux-4.4.14/fs/dlm/
Drecover.c734 uint32_t high_seq = 0; in recover_lvb() local
763 if (((int)lkb->lkb_lvbseq - (int)high_seq) >= 0) { in recover_lvb()
765 high_seq = lkb->lkb_lvbseq; in recover_lvb()
780 if (((int)lkb->lkb_lvbseq - (int)high_seq) >= 0) { in recover_lvb()
782 high_seq = lkb->lkb_lvbseq; in recover_lvb()
/linux-4.4.14/net/ipv4/
Dtcp_input.c1197 if (!after(end_seq, tp->high_seq)) in tcp_sacktag_one()
1882 !after(tp->high_seq, tp->snd_una) || in tcp_enter_loss()
1930 tp->high_seq = tp->snd_nxt; in tcp_enter_loss()
2171 const u32 loss_high = tcp_is_sack(tp) ? tp->snd_nxt : tp->high_seq; in tcp_mark_head_lost()
2401 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_try_undo_recovery()
2462 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction()
2538 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open()
2631 tp->high_seq = tp->snd_nxt; in tcp_simple_retransmit()
2670 bool recovered = !before(tp->snd_una, tp->high_seq); in tcp_process_loss()
2684 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss()
[all …]
/linux-4.4.14/include/linux/
Dtcp.h293 u32 high_seq; /* snd_nxt at onset of congestion */ member