Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ppp/
H A Dppp_generic.c2636 PPP_MP_CB(skb)->BEbits = skb->data[2]; in ppp_receive_mp_frame()
2644 if (PPP_MP_CB(skb)->BEbits & B) in ppp_receive_mp_frame()
2656 PPP_MP_CB(skb)->sequence = seq; in ppp_receive_mp_frame()
2723 u32 seq = PPP_MP_CB(skb)->sequence; in ppp_mp_insert()
2761 PPP_MP_CB(p)->sequence, seq); in ppp_mp_reconstruct()
2766 if (PPP_MP_CB(p)->sequence != seq) { in ppp_mp_reconstruct()
2795 if (PPP_MP_CB(p)->BEbits & B) { in ppp_mp_reconstruct()
2805 (PPP_MP_CB(head)->BEbits & B)) { in ppp_mp_reconstruct()
2823 if (PPP_MP_CB(p)->BEbits & E) { in ppp_mp_reconstruct()
2830 PPP_MP_CB(p)->sequence); in ppp_mp_reconstruct()
[all …]