last_packets       72 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 	u64 last_packets;
last_packets      844 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 	*packets = current_packets - rule->last_packets;
last_packets      849 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 	rule->last_packets = current_packets;
last_packets       51 net/core/gen_estimator.c 	u32			last_packets;
last_packets       86 net/core/gen_estimator.c 	rate = (u64)(b.packets - est->last_packets) << (10 - est->ewma_log - est->intvl_log);
last_packets       95 net/core/gen_estimator.c 	est->last_packets = b.packets;
last_packets      165 net/core/gen_estimator.c 	est->last_packets = b.packets;