Home
last modified time | relevance | path

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

/drivers/isdn/i4l/
Disdn_ppp.c1530 #define MP_FLAGS(f) (f->data[0]) macro
1679 start = ((MP_FLAGS(frag) & MP_BEGIN_FRAG) && in isdn_ppp_mp_receive()
1705 if (start != frag && (MP_FLAGS(frag) & MP_BEGIN_FRAG)) { in isdn_ppp_mp_receive()
1713 if (MP_FLAGS(frag) & MP_BEGIN_FRAG) in isdn_ppp_mp_receive()
1716 if (MP_FLAGS(frag) & MP_END_FRAG) in isdn_ppp_mp_receive()
1727 if (MP_FLAGS(frag) & MP_END_FRAG) { in isdn_ppp_mp_receive()
1751 if (MP_FLAGS(nextf) & MP_BEGIN_FRAG) in isdn_ppp_mp_receive()
1900 if (MP_FLAGS(from) == (MP_BEGIN_FRAG | MP_END_FRAG)) { in isdn_ppp_mp_reassembly()