Searched refs:looppkt (Results 1 – 2 of 2) sorted by relevance
475 MEMPACKET *thispkt = NULL, *looppkt, *nextpkt, *allpkts[3]; in mempacket_test_inject() local530 for(i = 0; (looppkt = sk_MEMPACKET_value(ctx->pkts, i)) != NULL; i++) { in mempacket_test_inject()532 if (looppkt->num > thispkt->num) { in mempacket_test_inject()552 } else if (looppkt->num == thispkt->num) { in mempacket_test_inject()
546 MEMPACKET *thispkt = NULL, *looppkt, *nextpkt, *allpkts[3]; in mempacket_test_inject() local602 if (!TEST_ptr(looppkt = sk_MEMPACKET_value(ctx->pkts, i))) in mempacket_test_inject()605 if (looppkt->num > thispkt->num) { in mempacket_test_inject()625 } else if (looppkt->num == thispkt->num) { in mempacket_test_inject()