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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-linux.c5619 struct tpacket3_hdr* tp3_hdr = (struct tpacket3_hdr*) handlep->current_packet; local
5625 tp3_hdr->tp_len,
5626 tp3_hdr->tp_mac,
5627 tp3_hdr->tp_snaplen,
5628 tp3_hdr->tp_sec,
5629 handle->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO ? tp3_hdr->tp_nsec : tp3_hdr->tp_nsec / 1000,
5630 VLAN_VALID(tp3_hdr, &tp3_hdr->hv1),
5631 tp3_hdr
[all...]

Completed in 115 milliseconds