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

/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_ppp.c1622 u32 newseq, minseq, thisseq; isdn_ppp_mp_receive() local
1717 thisseq = MP_SEQ(frag); isdn_ppp_mp_receive()
1721 if (newfrag != NULL && thisseq == newseq) { isdn_ppp_mp_receive()
1738 "BEGIN flag with no prior END", thisseq); isdn_ppp_mp_receive()
1744 } else if (MP_LE(thisseq, minseq)) { isdn_ppp_mp_receive()
1763 minseq = mp->seq = (thisseq + 1) & MP_LONGSEQ_MASK; isdn_ppp_mp_receive()
1783 ((thisseq + 1) & MP_LONGSEQ_MASK) == MP_SEQ(nextf)) { isdn_ppp_mp_receive()
1794 "BEGIN", thisseq); isdn_ppp_mp_receive()
1801 MP_LT(thisseq, minseq)) { isdn_ppp_mp_receive()

Completed in 47 milliseconds