Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Disdn_ppp.h25 #define MP_END_FRAG 0x40 macro
/Linux-v4.19/drivers/isdn/i4l/
Disdn_ppp.c1434 data[0] = MP_BEGIN_FRAG | MP_END_FRAG | ((mp_seqno >> 8) & 0xf); /* (B)egin & (E)ndbit .. */ in isdn_ppp_xmit()
1441 data[0] = MP_BEGIN_FRAG | MP_END_FRAG; /* (B)egin & (E)ndbit .. */ in isdn_ppp_xmit()
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()
1861 int flags = skb->data[0] & (MP_BEGIN_FRAG | MP_END_FRAG); in isdn_ppp_mp_get_seq()
1916 if (MP_FLAGS(from) == (MP_BEGIN_FRAG | MP_END_FRAG)) { in isdn_ppp_mp_reassembly()