Searched refs:nextpkt (Results 1 – 2 of 2) sorted by relevance
146 struct packet *pkt, *nextpkt; in demand_discard() local156 for (pkt = pend_q; pkt != NULL; pkt = nextpkt) { in demand_discard()157 nextpkt = pkt->next; in demand_discard()322 struct packet *pkt, *prev, *nextpkt; local336 for (; pkt != NULL; pkt = nextpkt) {337 nextpkt = pkt->next;
536 MEMPACKET *thispkt = NULL, *looppkt, *nextpkt, *allpkts[3]; in mempacket_test_inject() local609 nextpkt = sk_MEMPACKET_value(ctx->pkts, i); in mempacket_test_inject()610 if (nextpkt != NULL && nextpkt->num == ctx->lastpkt) in mempacket_test_inject()