Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-linux.c311 u_int tp_hdrlen; /* hdrlen of tpacket_hdr for mmaped ring */ member
3647 handlep->tp_hdrlen = val;
3775 handlep->tp_hdrlen = sizeof(struct tpacket_hdr);
3810 handlep->tp_hdrlen = sizeof(struct tpacket_hdr_64);
3846 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; local
3959 tp_hdrlen = TPACKET_ALIGN(handlep->tp_hdrlen) + sizeof(struct sockaddr_ll) ;
3960 netoff = TPACKET_ALIGN(tp_hdrlen + (maclen < 16 ? 16 : maclen)) + tp_reserve;
4496 sll = (void *)frame + TPACKET_ALIGN(handlep->tp_hdrlen);
4517 TPACKET_ALIGN(handlep->tp_hdrlen) +