Searched refs:nextf (Results 1 – 1 of 1) sorted by relevance
1621 struct sk_buff *newfrag, *frag, *start, *nextf; in isdn_ppp_mp_receive() local1718 nextf = frag->next; in isdn_ppp_mp_receive()1727 if (newfrag != NULL && (nextf == NULL || in isdn_ppp_mp_receive()1728 MP_LT(newseq, MP_SEQ(nextf)))) { in isdn_ppp_mp_receive()1729 newfrag->next = nextf; in isdn_ppp_mp_receive()1730 frag->next = nextf = newfrag; in isdn_ppp_mp_receive()1742 nextf = frag->next; in isdn_ppp_mp_receive()1751 mp->frags = nextf; in isdn_ppp_mp_receive()1753 frag = nextf; in isdn_ppp_mp_receive()1765 isdn_ppp_mp_reassembly(net_dev, lp, start, nextf); in isdn_ppp_mp_receive()[all …]