Searched refs:tp_hdrlen (Results 1 – 1 of 1) sorted by relevance
311 u_int tp_hdrlen; /* hdrlen of tpacket_hdr for mmaped ring */ member3647 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; local3959 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) +