Searched refs:thisseq (Results 1 – 1 of 1) sorted by relevance
1622 u32 newseq, minseq, thisseq; in isdn_ppp_mp_receive() local1717 thisseq = MP_SEQ(frag); in isdn_ppp_mp_receive()1721 if (newfrag != NULL && thisseq == newseq) { in isdn_ppp_mp_receive()1738 "BEGIN flag with no prior END", thisseq); in isdn_ppp_mp_receive()1744 } else if (MP_LE(thisseq, minseq)) { in isdn_ppp_mp_receive()1763 minseq = mp->seq = (thisseq + 1) & MP_LONGSEQ_MASK; in isdn_ppp_mp_receive()1783 ((thisseq + 1) & MP_LONGSEQ_MASK) == MP_SEQ(nextf)) { in isdn_ppp_mp_receive()1794 "BEGIN", thisseq); in isdn_ppp_mp_receive()1801 MP_LT(thisseq, minseq)) { in isdn_ppp_mp_receive()