Searched refs:high_seq (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/dlm/
H A Drecover.c728 uint32_t high_seq = 0; local
756 if (((int)iter->lkb_lvbseq - (int)high_seq) >= 0) {
758 high_seq = iter->lkb_lvbseq;
773 if (((int)iter->lkb_lvbseq - (int)high_seq) >= 0) {
775 high_seq = iter->lkb_lvbseq;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_cc_cubic.c136 if (!before(tp->snd_una, tp->high_seq)) {
/linux-master/include/linux/
H A Dtcp.h420 u32 high_seq; /* snd_nxt at onset of congestion */ member in struct:tcp_sock
/linux-master/net/ipv4/
H A Dtcp_input.c1426 if (!after(end_seq, tp->high_seq))
2189 !after(tp->high_seq, tp->snd_una) ||
2211 tp->high_seq = tp->snd_nxt;
2562 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) {
2563 /* Hold old state until something *above* high_seq
2656 tp->high_seq = tp->snd_nxt;
2732 tp->high_seq = tp->snd_nxt;
2832 tp->high_seq = tp->snd_nxt;
2880 bool recovered = !before(tp->snd_una, tp->high_seq);
2894 if (after(tp->snd_nxt, tp->high_seq)) {
[all...]

Completed in 150 milliseconds