Searched refs:MP_FLAGS (Results 1 – 1 of 1) sorted by relevance
1553 #define MP_FLAGS(f) (f->data[0]) macro1690 start = MP_FLAGS(frag) & MP_BEGIN_FRAG && in isdn_ppp_mp_receive()1736 if (start != frag && (MP_FLAGS(frag) & MP_BEGIN_FRAG)) { in isdn_ppp_mp_receive()1745 if (MP_FLAGS(frag) & MP_BEGIN_FRAG) in isdn_ppp_mp_receive()1748 if (MP_FLAGS(frag) & MP_END_FRAG) in isdn_ppp_mp_receive()1762 if (start != NULL && (MP_FLAGS(frag) & MP_END_FRAG)) { in isdn_ppp_mp_receive()1788 if (MP_FLAGS(nextf) & MP_BEGIN_FRAG) in isdn_ppp_mp_receive()1906 if (MP_FLAGS(from) == (MP_BEGIN_FRAG | MP_END_FRAG)) { in isdn_ppp_mp_reassembly()