Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dif_packet.h67 struct tpacket_stats { struct
79 struct tpacket_stats stats1; argument
/external/libpcap/
Daclocal.m41220 dnl Checks to see if tpacket_stats is defined in linux/if_packet.h
1226 [AC_MSG_CHECKING(if if_packet.h has tpacket_stats defined)
1230 [struct tpacket_stats stats],
1235 AC_DEFINE(HAVE_TPACKET_STATS,1,[if if_packet.h has tpacket_stats defined])
Dconfig.h.in193 /* if if_packet.h has tpacket_stats defined */
Dpcap-linux.c1865 struct tpacket_stats kstats;
1867 socklen_t len = sizeof (struct tpacket_stats);
Dconfigure5734 struct tpacket_stats stats
/external/strace/
Dnet.c1201 struct tpacket_stats stats; in print_tpacket_stats()