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.h71 struct tpacket_stats { struct
89 struct tpacket_stats stats1; argument
/external/libpcap/
Daclocal.m41218 dnl Checks to see if tpacket_stats is defined in linux/if_packet.h
1224 [AC_MSG_CHECKING(if if_packet.h has tpacket_stats defined)
1228 [struct tpacket_stats stats],
1233 AC_DEFINE(HAVE_TPACKET_STATS,1,[if if_packet.h has tpacket_stats defined])
Dconfig.h.in199 /* if if_packet.h has tpacket_stats defined */
Dpcap-linux.c1958 struct tpacket_stats kstats;
1960 socklen_t len = sizeof (struct tpacket_stats);
Dconfigure5770 struct tpacket_stats stats
/external/strace/
Dnet.c528 struct tpacket_stats stats; in print_tpacket_stats()