Home
last modified time | relevance | path

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

/linux/fs/dlm/
A Drecover.c736 uint32_t high_seq = 0; in recover_lvb() local
765 if (((int)lkb->lkb_lvbseq - (int)high_seq) >= 0) { in recover_lvb()
767 high_seq = lkb->lkb_lvbseq; in recover_lvb()
782 if (((int)lkb->lkb_lvbseq - (int)high_seq) >= 0) { in recover_lvb()
784 high_seq = lkb->lkb_lvbseq; in recover_lvb()
/linux/net/ipv4/
A Dtcp_input.c1390 if (!after(end_seq, tp->high_seq)) in tcp_sacktag_one()
2145 !after(tp->high_seq, tp->snd_una) || in tcp_enter_loss()
2165 tp->high_seq = tp->snd_nxt; in tcp_enter_loss()
2597 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction()
2673 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open()
2770 tp->high_seq = tp->snd_nxt; in tcp_simple_retransmit()
2824 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss()
2828 tp->high_seq = tp->snd_nxt; in tcp_process_loss()
2967 if (tp->snd_una != tp->high_seq) { in tcp_fastretrans_alert()
3269 if (!after(scb->end_seq, tp->high_seq)) in tcp_clean_rtx_queue()
[all …]
/linux/include/linux/
A Dtcp.h337 u32 high_seq; /* snd_nxt at onset of congestion */ member

Completed in 17 milliseconds