Searched refs:tp_hdrlen (Results 1 – 1 of 1) sorted by relevance
306 u_int tp_hdrlen; /* hdrlen of tpacket_hdr for mmaped ring */ member3470 handlep->tp_hdrlen = val;3515 handlep->tp_hdrlen = sizeof(struct tpacket_hdr);3581 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; local3693 tp_hdrlen = TPACKET_ALIGN(handlep->tp_hdrlen) + sizeof(struct sockaddr_ll) ;3694 netoff = TPACKET_ALIGN(tp_hdrlen + (maclen < 16 ? 16 : maclen)) + tp_reserve;4213 sll = (void *)frame + TPACKET_ALIGN(handlep->tp_hdrlen);4244 TPACKET_ALIGN(handlep->tp_hdrlen) +