Searched refs:nextf (Results 1 – 1 of 1) sorted by relevance
1631 struct sk_buff *newfrag, *frag, *start, *nextf; in isdn_ppp_mp_receive() local1728 nextf = frag->next; in isdn_ppp_mp_receive()1737 if (newfrag != NULL && (nextf == NULL || in isdn_ppp_mp_receive()1738 MP_LT(newseq, MP_SEQ(nextf)))) { in isdn_ppp_mp_receive()1739 newfrag->next = nextf; in isdn_ppp_mp_receive()1740 frag->next = nextf = newfrag; in isdn_ppp_mp_receive()1752 nextf = frag->next; in isdn_ppp_mp_receive()1761 mp->frags = nextf; in isdn_ppp_mp_receive()1763 frag = nextf; in isdn_ppp_mp_receive()1775 isdn_ppp_mp_reassembly(net_dev, lp, start, nextf); in isdn_ppp_mp_receive()[all …]