Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-linux.c2924 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; in create_ring() local
3064 macoff = netoff - maclen; in create_ring()
3065 req.tp_frame_size = TPACKET_ALIGN(macoff + frame_size); in create_ring()