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

/linux-master/fs/dlm/
H A Drecover.c738 uint32_t high_seq = 0; local
766 if (((int)iter->lkb_lvbseq - (int)high_seq) >= 0) {
768 high_seq = iter->lkb_lvbseq;
783 if (((int)iter->lkb_lvbseq - (int)high_seq) >= 0) {
785 high_seq = iter->lkb_lvbseq;
/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.c1423 if (!after(end_seq, tp->high_seq))
2186 !after(tp->high_seq, tp->snd_una) ||
2208 tp->high_seq = tp->snd_nxt;
2559 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) {
2560 /* Hold old state until something *above* high_seq
2653 tp->high_seq = tp->snd_nxt;
2729 tp->high_seq = tp->snd_nxt;
2829 tp->high_seq = tp->snd_nxt;
2877 bool recovered = !before(tp->snd_una, tp->high_seq);
2891 if (after(tp->snd_nxt, tp->high_seq)) {
[all...]

Completed in 187 milliseconds