Searched refs:PPP_MP_CB (Results 1 – 1 of 1) sorted by relevance
2599 PPP_MP_CB(skb)->BEbits = skb->data[2]; in ppp_receive_mp_frame()2607 if (PPP_MP_CB(skb)->BEbits & B) in ppp_receive_mp_frame()2619 PPP_MP_CB(skb)->sequence = seq; in ppp_receive_mp_frame()2686 u32 seq = PPP_MP_CB(skb)->sequence; in ppp_mp_insert()2724 PPP_MP_CB(p)->sequence, seq); in ppp_mp_reconstruct()2729 if (PPP_MP_CB(p)->sequence != seq) { in ppp_mp_reconstruct()2758 if (PPP_MP_CB(p)->BEbits & B) { in ppp_mp_reconstruct()2768 (PPP_MP_CB(head)->BEbits & B)) { in ppp_mp_reconstruct()2786 if (PPP_MP_CB(p)->BEbits & E) { in ppp_mp_reconstruct()2793 PPP_MP_CB(p)->sequence); in ppp_mp_reconstruct()[all …]
Completed in 9 milliseconds