Searched refs:lastuse (Results 1 - 25 of 43) sorted by path

12

/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flower.c555 u64 lastuse; local
571 &bytes, &lastuse);
575 flow_stats_update(&f->stats, bytes, packets, 0, lastuse,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpolice.c175 u64 bytes, packets, drops, lastuse; local
184 mlx5e_tc_meter_get_stats(meter, &bytes, &packets, &drops, &lastuse);
185 flow_stats_update(&fl_act->stats, bytes, packets, drops, lastuse,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dmeter.c583 u64 *bytes, u64 *packets, u64 *drops, u64 *lastuse)
594 *lastuse = max_t(u64, lastuse1, lastuse2);
582 mlx5e_tc_meter_get_stats(struct mlx5e_flow_meter_handle *meter, u64 *bytes, u64 *packets, u64 *drops, u64 *lastuse) argument
H A Dmeter.h73 u64 *bytes, u64 *packets, u64 *drops, u64 *lastuse);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c1309 u64 lastuse, packets, bytes; local
1325 mlx5_fc_query_cached(entry->counter->counter, &bytes, &packets, &lastuse);
1326 flow_stats_update(&f->stats, bytes, packets, 0, lastuse,
H A Dtc_tun_encap.c391 u64 lastuse; local
422 lastuse = mlx5_fc_query_lastuse(counter);
423 if (time_after((unsigned long)lastuse, nhe->reported_lastuse)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c992 u64 packets, bytes, lastuse; local
1002 mlx5_fc_query_cached(ipsec_rule->auth.fc, &bytes, &packets, &lastuse);
1006 mlx5_fc_query_cached(ipsec_rule->trailer.fc, &bytes, &packets, &lastuse);
1013 mlx5_fc_query_cached(ipsec_rule->fc, &bytes, &packets, &lastuse);
1018 mlx5_fc_query_cached(ipsec_rule->replay.fc, &bytes, &packets, &lastuse);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c4822 u64 lastuse = 0; local
4847 mlx5_fc_query_cached(counter, &bytes, &packets, &lastuse);
4880 lastuse = max_t(u64, lastuse, lastuse2);
4888 flow_stats_update(&f->stats, bytes, packets, 0, lastuse,
H A Dfs_counters.c51 u64 lastuse; member in struct:mlx5_fc_cache
174 cache->lastuse = jiffies;
364 counter->cache.lastuse = jiffies;
489 return counter->cache.lastuse;
493 u64 *bytes, u64 *packets, u64 *lastuse)
501 *lastuse = c.lastuse;
508 u64 *bytes, u64 *packets, u64 *lastuse)
514 *lastuse = c.lastuse;
492 mlx5_fc_query_cached(struct mlx5_fc *counter, u64 *bytes, u64 *packets, u64 *lastuse) argument
507 mlx5_fc_query_cached_raw(struct mlx5_fc *counter, u64 *bytes, u64 *packets, u64 *lastuse) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge.c1373 entry->lastuse = jiffies;
1748 entry->lastuse = jiffies;
1832 unsigned long lastuse = local
1839 if (time_after(lastuse, entry->lastuse))
1842 time_is_before_jiffies(entry->lastuse + bridge->ageing_time))
H A Dbridge_debugfs.c44 u64 packets, bytes, lastuse; local
53 mlx5_fc_query_cached_raw(entry->ingress_counter, &bytes, &packets, &lastuse);
55 entry->dev->name, entry->key.addr, entry->key.vid, packets, bytes, lastuse,
H A Dbridge_priv.h155 unsigned long lastuse; member in struct:mlx5_esw_bridge_fdb_entry
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/diag/
H A Dbridge_tracepoint.h30 __entry->used = jiffies_to_msecs(jiffies - fdb->lastuse)
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c807 u64 lastuse; local
823 &drops, &lastuse, &used_hw_stats);
827 flow_stats_update(&f->stats, bytes, packets, drops, lastuse,
H A Dspectrum_mr.c1007 mr_route->mfc->mfc_un.res.lastuse = jiffies;
/linux-master/include/linux/mlx5/
H A Dfs.h307 u64 *bytes, u64 *packets, u64 *lastuse);
309 u64 *bytes, u64 *packets, u64 *lastuse);
/linux-master/include/linux/
H A Dmroute_base.h128 * @lastuse: time of last use of the group (traffic or update)
152 unsigned long lastuse; member in struct:mr_mfc::__anon2589::__anon2591
/linux-master/include/net/
H A Dact_api.h72 /* Update lastuse only if needed, to avoid dirtying a cache line.
79 if (tm->lastuse != now)
80 tm->lastuse = now;
88 dtm->lastuse = jiffies_to_clock_t(jiffies - stm->lastuse);
288 u64 lastuse, bool hw)
294 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw);
286 tcf_action_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Ddst.h72 unsigned long lastuse; member in struct:dst_entry
243 if (unlikely(time != dst->lastuse)) {
245 dst->lastuse = time;
H A Dipv6.h339 unsigned long lastuse; member in struct:ip6_flowlabel
/linux-master/include/uapi/linux/
H A Dpkt_cls.h169 __u64 lastuse; member in struct:tcf_t
/linux-master/net/core/
H A Ddst.c72 dst->lastuse = jiffies;
H A Drtnetlink.c830 ci.rta_lastuse = jiffies_delta_to_clock_t(jiffies - dst->lastuse);
/linux-master/net/ipv4/
H A Dipmr.c807 cache->mfc_un.res.lastuse = jiffies;
1966 c->_c.mfc_un.res.lastuse = jiffies;
H A Dipmr_base.c215 unsigned long lastuse; local
263 lastuse = READ_ONCE(c->mfc_un.res.lastuse);
264 lastuse = time_after_eq(jiffies, lastuse) ? jiffies - lastuse : 0;
270 nla_put_u64_64bit(skb, RTA_EXPIRES, jiffies_to_clock_t(lastuse),

Completed in 535 milliseconds

12