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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-linux.c324 unsigned char *current_packet; /* Current packet within the TPACKET_V3 block. Move to next block if NULL. */ member in struct:pcap_linux
5569 if (handlep->current_packet == NULL) {
5597 if (handlep->current_packet == NULL) {
5602 handlep->current_packet = h.raw + h.h3->hdr.bh1.offset_to_first_pkt;
5619 struct tpacket3_hdr* tp3_hdr = (struct tpacket3_hdr*) handlep->current_packet;
5624 handlep->current_packet,
5637 handlep->current_packet = NULL;
5640 handlep->current_packet += tp3_hdr->tp_next_offset;
5668 handlep->current_packet = NULL;

Completed in 144 milliseconds