Lines Matching refs:frags
1595 lp->netdev->pb->frags = NULL; in isdn_ppp_mp_init()
1684 if ((frag = mp->frags) == NULL || MP_LT(newseq, MP_SEQ(frag))) { in isdn_ppp_mp_receive()
1686 mp->frags = frag = newfrag; in isdn_ppp_mp_receive()
1750 if (mp->frags == frag) in isdn_ppp_mp_receive()
1751 mp->frags = nextf; in isdn_ppp_mp_receive()
1770 mp->frags = nextf; in isdn_ppp_mp_receive()
1810 mp->frags = isdn_ppp_mp_discard(mp, start, nextf); in isdn_ppp_mp_receive()
1819 if (mp->frags == NULL) in isdn_ppp_mp_receive()
1820 mp->frags = frag; in isdn_ppp_mp_receive()
1827 frag = mp->frags->next; in isdn_ppp_mp_receive()
1828 isdn_ppp_mp_free_skb(mp, mp->frags); in isdn_ppp_mp_receive()
1829 mp->frags = frag; in isdn_ppp_mp_receive()
1837 struct sk_buff *frag = lp->netdev->pb->frags; in isdn_ppp_mp_cleanup()
1844 lp->netdev->pb->frags = NULL; in isdn_ppp_mp_cleanup()