Searched refs:current_packet (Results 1 – 1 of 1) sorted by relevance
207 …unsigned char *current_packet; /* Current packet within the TPACKET_V3 block. Move to next block i… member4332 if (handlep->current_packet == NULL) { in pcap_read_linux_mmap_v3()4373 if (handlep->current_packet == NULL) { in pcap_read_linux_mmap_v3()4378 handlep->current_packet = h.raw + h.h3->hdr.bh1.offset_to_first_pkt; in pcap_read_linux_mmap_v3()4395 struct tpacket3_hdr* tp3_hdr = (struct tpacket3_hdr*) handlep->current_packet; in pcap_read_linux_mmap_v3()4400 handlep->current_packet, in pcap_read_linux_mmap_v3()4412 handlep->current_packet = NULL; in pcap_read_linux_mmap_v3()4415 handlep->current_packet += tp3_hdr->tp_next_offset; in pcap_read_linux_mmap_v3()4443 handlep->current_packet = NULL; in pcap_read_linux_mmap_v3()