Home
last modified time | relevance | path

Searched refs:current_packet (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/libpcap/
H A Dpcap-linux.c207 …unsigned char *current_packet; /* Current packet within the TPACKET_V3 block. Move to next block i… member
4184 if (handlep->current_packet == NULL) { in pcap_read_linux_mmap_v3()
4225 if (handlep->current_packet == NULL) { in pcap_read_linux_mmap_v3()
4230 handlep->current_packet = h.raw + h.h3->hdr.bh1.offset_to_first_pkt; in pcap_read_linux_mmap_v3()
4247 struct tpacket3_hdr* tp3_hdr = (struct tpacket3_hdr*) handlep->current_packet; in pcap_read_linux_mmap_v3()
4252 handlep->current_packet, in pcap_read_linux_mmap_v3()
4264 handlep->current_packet = NULL; in pcap_read_linux_mmap_v3()
4267 handlep->current_packet += tp3_hdr->tp_next_offset; in pcap_read_linux_mmap_v3()
4295 handlep->current_packet = NULL; in pcap_read_linux_mmap_v3()