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

12

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
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/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;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dmeter.h73 u64 *bytes, u64 *packets, u64 *drops, u64 *lastuse);
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
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
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/net/sched/
H A Dact_gact.c174 u64 drops, u64 lastuse, bool hw)
182 tm->lastuse = max_t(u64, tm->lastuse, lastuse);
173 tcf_gact_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Dact_skbedit.c97 u64 lastuse, bool hw)
103 tm->lastuse = max_t(u64, tm->lastuse, lastuse);
95 tcf_skbedit_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Dact_vlan.c338 u64 drops, u64 lastuse, bool hw)
344 tm->lastuse = max_t(u64, tm->lastuse, lastuse);
337 tcf_vlan_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Dact_sample.c203 u64 drops, u64 lastuse, bool hw)
209 tm->lastuse = max_t(u64, tm->lastuse, lastuse);
202 tcf_sample_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Dact_pedit.c490 u64 drops, u64 lastuse, bool hw)
496 tm->lastuse = max_t(u64, tm->lastuse, lastuse);
489 tcf_pedit_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Dact_police.c331 u64 lastuse, bool hw)
337 tm->lastuse = max_t(u64, tm->lastuse, lastuse);
329 tcf_police_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Dact_mirred.c463 u64 drops, u64 lastuse, bool hw)
469 tm->lastuse = max_t(u64, tm->lastuse, lastuse);
462 tcf_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Dact_gate.c572 u64 drops, u64 lastuse, bool hw)
578 tm->lastuse = max_t(u64, tm->lastuse, lastuse);
571 tcf_gate_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
/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/net/netfilter/ipvs/
H A Dip_vs_lblc.c93 unsigned long lastuse; /* last used time */ member in struct:ip_vs_lblc_entry
215 en->lastuse = jiffies;
270 en->lastuse +
325 if (time_before(now, en->lastuse + ENTRY_TIMEOUT))
494 en->lastuse = jiffies;
H A Dip_vs_lblcr.c263 unsigned long lastuse; /* last used time */ member in struct:ip_vs_lblcr_entry
374 en->lastuse = jiffies;
434 if (time_after(en->lastuse +
489 if (time_before(now, en->lastuse+ENTRY_TIMEOUT))
657 en->lastuse = jiffies;
/linux-master/net/ipv4/
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),
/linux-master/net/ipv6/
H A Dip6_flowlabel.c130 fl->lastuse = jiffies;
132 unsigned long ttd = fl->lastuse + fl->linger;
164 unsigned long ttd = fl->lastuse + fl->linger;
249 fl->lastuse = jiffies;
274 fl->lastuse = jiffies;
363 fl->lastuse = jiffies;
368 if (time_before(fl->expires, fl->lastuse + expires))
369 fl->expires = fl->lastuse + expires;
/linux-master/include/linux/mlx5/
H A Dfs.h307 u64 *bytes, u64 *packets, u64 *lastuse);
309 u64 *bytes, u64 *packets, u64 *lastuse);
/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/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/tools/include/uapi/linux/
H A Dpkt_cls.h97 __u64 lastuse; member in struct:tcf_t
/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);

Completed in 313 milliseconds

12