Searched refs:current_packet (Results 1 – 1 of 1) sorted by relevance
208 …unsigned char *current_packet; /* Current packet within the TPACKET_V3 block. Move to next block i… member4470 if (handlep->current_packet == NULL) { in pcap_read_linux_mmap_v3()4511 if (handlep->current_packet == NULL) { in pcap_read_linux_mmap_v3()4516 handlep->current_packet = h.raw + h.h3->hdr.bh1.offset_to_first_pkt; in pcap_read_linux_mmap_v3()4533 struct tpacket3_hdr* tp3_hdr = (struct tpacket3_hdr*) handlep->current_packet; in pcap_read_linux_mmap_v3()4538 handlep->current_packet, in pcap_read_linux_mmap_v3()4550 handlep->current_packet = NULL; in pcap_read_linux_mmap_v3()4553 handlep->current_packet += tp3_hdr->tp_next_offset; in pcap_read_linux_mmap_v3()4581 handlep->current_packet = NULL; in pcap_read_linux_mmap_v3()