Searched refs:tp_packets (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_packet.h54 unsigned int tp_packets; member in struct:tpacket_stats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/packet/
H A Daf_packet.c618 po->stats.tp_packets++;
722 po->stats.tp_packets++;
2083 st.tp_packets += st.tp_drops;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-linux.c1778 * 2.4.9 kernel, "tp_packets" is incremented for every
1785 * "getsockopt()" call, "tp_drops" is added to "tp_packets",
1786 * so that "tp_packets" counts all packets handed to
1797 * "tp_packets" as the count of packets and "tp_drops"
1804 handle->md.stat.ps_recv += kstats.tp_packets;

Completed in 95 milliseconds