Searched refs:high_seq (Results 1 – 2 of 2) sorted by relevance
734 uint32_t high_seq = 0; in recover_lvb() local762 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()
127 if (!before(tp->snd_una, tp->high_seq)) { in BPF_PROG()