Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libpcap/
H A Dpcap-linux.c324 …unsigned char *current_packet; /* Current packet within the TPACKET_V3 block. Move to next block i… member
5318 if (handlep->current_packet == NULL) {
5346 if (handlep->current_packet == NULL) {
5351 handlep->current_packet = h.raw + h.h3->hdr.bh1.offset_to_first_pkt;
5368 struct tpacket3_hdr* tp3_hdr = (struct tpacket3_hdr*) handlep->current_packet;
5373 handlep->current_packet,
5386 handlep->current_packet = NULL;
5389 handlep->current_packet += tp3_hdr->tp_next_offset;
5417 handlep->current_packet = NULL;