Searched refs:packets_left (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-linux.c325 int packets_left; /* Unhandled packets left within the block from previous call to pcap_read_linux_mmap_v3 in case of TPACKET_V3. */ member in struct:pcap_linux
5603 handlep->packets_left = h.h3->hdr.bh1.num_pkts;
5605 packets_to_read = handlep->packets_left;
5641 handlep->packets_left--;
5644 if (handlep->packets_left <= 0) {

Completed in 116 milliseconds