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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_ppp.c1437 u32 newseq, minseq, thisseq; local
1532 thisseq = MP_SEQ(frag);
1536 if (newfrag != NULL && thisseq == newseq) {
1553 "BEGIN flag with no prior END", thisseq);
1559 } else if (MP_LE(thisseq, minseq)) {
1578 minseq = mp->seq = (thisseq+1) & MP_LONGSEQ_MASK;
1598 ((thisseq+1) & MP_LONGSEQ_MASK) == MP_SEQ(nextf)) {
1609 "BEGIN", thisseq);
1616 MP_LT(thisseq, minseq)) {

Completed in 45 milliseconds