Searched refs:packets_to_read (Results 1 – 1 of 1) sorted by relevance
4866 int packets_to_read = handlep->packets_left; local4868 if (!PACKET_COUNT_IS_UNLIMITED(max_packets) && packets_to_read > max_packets) {4869 packets_to_read = max_packets;4872 while(packets_to_read--) {