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

/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_ppp.c1553 #define MP_FLAGS(f) (f->data[0]) macro
1690 start = MP_FLAGS(frag) & MP_BEGIN_FRAG && isdn_ppp_mp_receive()
1736 if (start != frag && (MP_FLAGS(frag) & MP_BEGIN_FRAG)) { isdn_ppp_mp_receive()
1745 if (MP_FLAGS(frag) & MP_BEGIN_FRAG) isdn_ppp_mp_receive()
1748 if (MP_FLAGS(frag) & MP_END_FRAG) isdn_ppp_mp_receive()
1762 if (start != NULL && (MP_FLAGS(frag) & MP_END_FRAG)) { isdn_ppp_mp_receive()
1788 if (MP_FLAGS(nextf) & MP_BEGIN_FRAG) isdn_ppp_mp_receive()
1906 if (MP_FLAGS(from) == (MP_BEGIN_FRAG | MP_END_FRAG)) { isdn_ppp_mp_reassembly()

Completed in 45 milliseconds