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.c203 u_int tp_hdrlen; /* hdrlen of tpacket_hdr for mmaped ring */ member
2810 handlep->tp_hdrlen = val; in init_tpacket()
2924 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; in create_ring() local
3051 tp_hdrlen = TPACKET_ALIGN(handlep->tp_hdrlen) + sizeof(struct sockaddr_ll) ; in create_ring()
3052 netoff = TPACKET_ALIGN(tp_hdrlen + (maclen < 16 ? 16 : maclen)) + tp_reserve; in create_ring()
3875 sll = (void *)(frame + TPACKET_ALIGN(handlep->tp_hdrlen)); in pcap_handle_packet_mmap()
3897 TPACKET_ALIGN(handlep->tp_hdrlen) + in pcap_handle_packet_mmap()
3937 TPACKET_ALIGN(handlep->tp_hdrlen) + in pcap_handle_packet_mmap()