Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/i4l/
Disdn_ppp.c1632 u32 newseq, minseq, thisseq; in isdn_ppp_mp_receive() local
1727 thisseq = MP_SEQ(frag); in isdn_ppp_mp_receive()
1731 if (newfrag != NULL && thisseq == newseq) { in isdn_ppp_mp_receive()
1748 "BEGIN flag with no prior END", thisseq); in isdn_ppp_mp_receive()
1754 } else if (MP_LE(thisseq, minseq)) { in isdn_ppp_mp_receive()
1773 minseq = mp->seq = (thisseq + 1) & MP_LONGSEQ_MASK; in isdn_ppp_mp_receive()
1793 ((thisseq + 1) & MP_LONGSEQ_MASK) == MP_SEQ(nextf)) { in isdn_ppp_mp_receive()
1804 "BEGIN", thisseq); in isdn_ppp_mp_receive()
1811 MP_LT(thisseq, minseq)) { in isdn_ppp_mp_receive()