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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-linux.c320 u_int tp_hdrlen; /* hdrlen of tpacket_hdr for mmaped ring */ member in struct:pcap_linux
4171 handlep->tp_hdrlen = val;
4302 handlep->tp_hdrlen = sizeof(struct tpacket_hdr);
4337 handlep->tp_hdrlen = sizeof(struct tpacket_hdr_64);
4375 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; local
4530 tp_hdrlen = TPACKET_ALIGN(handlep->tp_hdrlen) + sizeof(struct sockaddr_ll) ;
4531 netoff = TPACKET_ALIGN(tp_hdrlen + (maclen < 16 ? 16 : maclen)) + tp_reserve;
5138 sll = (void *)frame + TPACKET_ALIGN(handlep->tp_hdrlen);
5160 TPACKET_ALIGN(handlep->tp_hdrlen)
[all...]

Completed in 101 milliseconds