Searched refs:last_packets (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dgen_estimator.c89 u32 last_packets; member in struct:gen_estimator
124 rate = (npackets - e->last_packets)<<(12 - idx);
125 e->last_packets = npackets;
173 est->last_packets = bstats->packets;

Completed in 48 milliseconds