Home
last modified time | relevance | path

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

/linux/fs/dlm/
A Drecover.c734 uint32_t high_seq = 0; in recover_lvb() local
762 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()
/linux/tools/testing/selftests/bpf/progs/
A Dbpf_cc_cubic.c136 if (!before(tp->snd_una, tp->high_seq)) { in BPF_PROG()
/linux/net/ipv4/
A Dtcp_input.c1431 if (!after(end_seq, tp->high_seq)) in tcp_sacktag_one()
2202 !after(tp->high_seq, tp->snd_una) || in tcp_enter_loss()
2224 tp->high_seq = tp->snd_nxt; in tcp_enter_loss()
2694 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction()
2770 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open()
2839 tp->high_seq = tp->snd_nxt; in tcp_non_congestion_loss_retransmit()
2952 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss()
2956 tp->high_seq = tp->snd_nxt; in tcp_process_loss()
3095 if (tp->snd_una != tp->high_seq) { in tcp_fastretrans_alert()
3392 if (!after(scb->end_seq, tp->high_seq)) in tcp_clean_rtx_queue()
[all …]
/linux/Documentation/networking/net_cachelines/
A Dtcp_sock.rst126 u32 high_seq
/linux/include/linux/
A Dtcp.h420 u32 high_seq; /* snd_nxt at onset of congestion */ member

Completed in 23 milliseconds