Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-linux.c204 u_int tp_hdrlen; /* hdrlen of tpacket_hdr for mmaped ring */ member
2948 handlep->tp_hdrlen = val; in init_tpacket()
3062 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; in create_ring() local
3189 tp_hdrlen = TPACKET_ALIGN(handlep->tp_hdrlen) + sizeof(struct sockaddr_ll) ; in create_ring()
3190 netoff = TPACKET_ALIGN(tp_hdrlen + (maclen < 16 ? 16 : maclen)) + tp_reserve; in create_ring()
4013 sll = (void *)(frame + TPACKET_ALIGN(handlep->tp_hdrlen)); in pcap_handle_packet_mmap()
4035 TPACKET_ALIGN(handlep->tp_hdrlen) + in pcap_handle_packet_mmap()
4075 TPACKET_ALIGN(handlep->tp_hdrlen) + in pcap_handle_packet_mmap()