Lines Matching defs:packets
768 int packets = 0;
779 * There's no limit on the number of packets
780 * to process, so try to fetch VEC_SIZE packets.
785 * Try to fetch as many packets as we have left
786 * to process, or VEC_SIZE packets, whichever
791 * would be true) and max_packets > packets
794 * max_packets <= packets), so limit is
797 limit = max_packets - packets;
837 * we read the indices of packets into a
839 * to fetch more packets, those packets will
844 * with the count of packets to flush - or
846 * packets if we break out of the loop here.
935 packets++;
944 (packets >= max_packets))
954 return packets;