Lines Matching refs:PPP_MP_CB
2182 #define PPP_MP_CB(skb) ((struct ppp_mp_skb_parm *)((skb)->cb)) macro
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()
2655 if (seq_before(ppp->minseq, PPP_MP_CB(mskb)->sequence)) in ppp_receive_mp_frame()
2656 ppp->minseq = PPP_MP_CB(mskb)->sequence; in ppp_receive_mp_frame()
2686 u32 seq = PPP_MP_CB(skb)->sequence; in ppp_mp_insert()
2691 if (seq_before(seq, PPP_MP_CB(p)->sequence)) in ppp_mp_insert()
2720 if (seq_before(PPP_MP_CB(p)->sequence, seq)) { in ppp_mp_reconstruct()
2724 PPP_MP_CB(p)->sequence, seq); in ppp_mp_reconstruct()
2729 if (PPP_MP_CB(p)->sequence != seq) { in ppp_mp_reconstruct()
2738 seq = seq_before(minseq, PPP_MP_CB(p)->sequence)? in ppp_mp_reconstruct()
2739 minseq + 1: PPP_MP_CB(p)->sequence; in ppp_mp_reconstruct()
2758 if (PPP_MP_CB(p)->BEbits & B) { in ppp_mp_reconstruct()
2767 if (lost == 0 && (PPP_MP_CB(p)->BEbits & E) && 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()
2808 if (PPP_MP_CB(head)->sequence != ppp->nextseq) { in ppp_mp_reconstruct()
2815 PPP_MP_CB(p)->sequence); in ppp_mp_reconstruct()
2824 PPP_MP_CB(head)->sequence-1); in ppp_mp_reconstruct()
2851 ppp->nextseq = PPP_MP_CB(tail)->sequence + 1; in ppp_mp_reconstruct()