Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ppp/
Dppp_generic.c2186 u8 BEbits; member
2605 PPP_MP_CB(skb)->BEbits = skb->data[2]; in ppp_receive_mp_frame()
2613 if (PPP_MP_CB(skb)->BEbits & B) in ppp_receive_mp_frame()
2764 if (PPP_MP_CB(p)->BEbits & B) { in ppp_mp_reconstruct()
2773 if (lost == 0 && (PPP_MP_CB(p)->BEbits & E) && in ppp_mp_reconstruct()
2774 (PPP_MP_CB(head)->BEbits & B)) { in ppp_mp_reconstruct()
2792 if (PPP_MP_CB(p)->BEbits & E) { in ppp_mp_reconstruct()