Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/i4l/
Disdn_ppp.c1563 #define MP_FLAGS(f) (f->data[0]) macro
1700 start = MP_FLAGS(frag) & MP_BEGIN_FRAG && in isdn_ppp_mp_receive()
1746 if (start != frag && (MP_FLAGS(frag) & MP_BEGIN_FRAG)) { in isdn_ppp_mp_receive()
1755 if (MP_FLAGS(frag) & MP_BEGIN_FRAG) in isdn_ppp_mp_receive()
1758 if (MP_FLAGS(frag) & MP_END_FRAG) in isdn_ppp_mp_receive()
1772 if (start != NULL && (MP_FLAGS(frag) & MP_END_FRAG)) { in isdn_ppp_mp_receive()
1798 if (MP_FLAGS(nextf) & MP_BEGIN_FRAG) in isdn_ppp_mp_receive()
1916 if (MP_FLAGS(from) == (MP_BEGIN_FRAG | MP_END_FRAG)) { in isdn_ppp_mp_reassembly()