Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c2622 PPP_MP_CB(skb)->BEbits = skb->data[2]; in ppp_receive_mp_frame()
2630 if (PPP_MP_CB(skb)->BEbits & B) in ppp_receive_mp_frame()
2642 PPP_MP_CB(skb)->sequence = seq; in ppp_receive_mp_frame()
2709 u32 seq = PPP_MP_CB(skb)->sequence; in ppp_mp_insert()
2747 PPP_MP_CB(p)->sequence, seq); in ppp_mp_reconstruct()
2752 if (PPP_MP_CB(p)->sequence != seq) { in ppp_mp_reconstruct()
2781 if (PPP_MP_CB(p)->BEbits & B) { in ppp_mp_reconstruct()
2791 (PPP_MP_CB(head)->BEbits & B)) { in ppp_mp_reconstruct()
2809 if (PPP_MP_CB(p)->BEbits & E) { in ppp_mp_reconstruct()
2816 PPP_MP_CB(p)->sequence); in ppp_mp_reconstruct()
[all …]