/linux-6.3-rc2/include/net/ |
A D | act_api.h | 79 if (tm->lastuse != now) in tcf_lastuse_update() 80 tm->lastuse = now; in tcf_lastuse_update() 88 dtm->lastuse = jiffies_to_clock_t(jiffies - stm->lastuse); in tcf_tm_dump() 286 u64 lastuse, bool hw) in tcf_action_stats_update() argument 292 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw); in tcf_action_stats_update()
|
A D | dst.h | 71 unsigned long lastuse; member 236 if (unlikely(time != dst->lastuse)) { in dst_use_noref() 238 dst->lastuse = time; in dst_use_noref()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | fs_counters.c | 51 u64 lastuse; member 174 cache->lastuse = jiffies; in update_counter_cache() 364 counter->cache.lastuse = jiffies; in mlx5_fc_create_ex() 489 return counter->cache.lastuse; in mlx5_fc_query_lastuse() 493 u64 *bytes, u64 *packets, u64 *lastuse) in mlx5_fc_query_cached() argument 501 *lastuse = c.lastuse; in mlx5_fc_query_cached() 508 u64 *bytes, u64 *packets, u64 *lastuse) in mlx5_fc_query_cached_raw() argument 514 *lastuse = c.lastuse; in mlx5_fc_query_cached_raw()
|
/linux-6.3-rc2/net/ipv4/ |
A D | ipmr_base.c | 215 unsigned long lastuse; in mr_fill_mroute() local 263 lastuse = READ_ONCE(c->mfc_un.res.lastuse); in mr_fill_mroute() 264 lastuse = time_after_eq(jiffies, lastuse) ? jiffies - lastuse : 0; in mr_fill_mroute() 270 nla_put_u64_64bit(skb, RTA_EXPIRES, jiffies_to_clock_t(lastuse), in mr_fill_mroute()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
A D | police.c | 175 u64 bytes, packets, drops, lastuse; in tc_act_police_stats() local 185 mlx5e_tc_meter_get_stats(meter, &bytes, &packets, &drops, &lastuse); in tc_act_police_stats() 186 flow_stats_update(&fl_act->stats, bytes, packets, drops, lastuse, in tc_act_police_stats()
|
/linux-6.3-rc2/net/sched/ |
A D | act_gact.c | 174 u64 drops, u64 lastuse, bool hw) in tcf_gact_stats_update() argument 182 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_gact_stats_update()
|
A D | act_sample.c | 203 u64 drops, u64 lastuse, bool hw) in tcf_sample_stats_update() argument 209 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_sample_stats_update()
|
A D | act_vlan.c | 338 u64 drops, u64 lastuse, bool hw) in tcf_vlan_stats_update() argument 344 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_vlan_stats_update()
|
A D | act_mirred.c | 338 u64 drops, u64 lastuse, bool hw) in tcf_stats_update() argument 344 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_stats_update()
|
A D | act_skbedit.c | 97 u64 lastuse, bool hw) in tcf_skbedit_stats_update() argument 103 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_skbedit_stats_update()
|
A D | act_pedit.c | 456 u64 drops, u64 lastuse, bool hw) in tcf_pedit_stats_update() argument 462 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_pedit_stats_update()
|
A D | act_police.c | 330 u64 lastuse, bool hw) in tcf_police_stats_update() argument 336 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_police_stats_update()
|
A D | act_gate.c | 572 u64 drops, u64 lastuse, bool hw) in tcf_gate_stats_update() argument 578 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_gate_stats_update()
|
/linux-6.3-rc2/net/netfilter/ipvs/ |
A D | ip_vs_lblc.c | 93 unsigned long lastuse; /* last used time */ member 215 en->lastuse = jiffies; in ip_vs_lblc_new() 270 en->lastuse + in ip_vs_lblc_full_check() 325 if (time_before(now, en->lastuse + ENTRY_TIMEOUT)) in ip_vs_lblc_check_expire() 494 en->lastuse = jiffies; in ip_vs_lblc_schedule()
|
A D | ip_vs_lblcr.c | 263 unsigned long lastuse; /* last used time */ member 374 en->lastuse = jiffies; in ip_vs_lblcr_new() 434 if (time_after(en->lastuse + in ip_vs_lblcr_full_check() 489 if (time_before(now, en->lastuse+ENTRY_TIMEOUT)) in ip_vs_lblcr_check_expire() 657 en->lastuse = jiffies; in ip_vs_lblcr_schedule()
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_flowlabel.c | 130 fl->lastuse = jiffies; in fl_release() 132 unsigned long ttd = fl->lastuse + fl->linger; in fl_release() 164 unsigned long ttd = fl->lastuse + fl->linger; in ip6_fl_gc() 247 fl->lastuse = jiffies; in fl_intern() 271 fl->lastuse = jiffies; in __fl6_sock_lookup() 360 fl->lastuse = jiffies; in fl6_renew() 365 if (time_before(fl->expires, fl->lastuse + expires)) in fl6_renew() 366 fl->expires = fl->lastuse + expires; in fl6_renew()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
A D | bridge_priv.h | 41 unsigned long lastuse; member
|
A D | bridge.c | 1397 entry->lastuse = jiffies; in mlx5_esw_bridge_fdb_entry_init() 1730 entry->lastuse = jiffies; in mlx5_esw_bridge_fdb_update_used() 1794 unsigned long lastuse = in mlx5_esw_bridge_update() local 1800 if (time_after(lastuse, entry->lastuse)) in mlx5_esw_bridge_update() 1803 time_is_before_jiffies(entry->lastuse + bridge->ageing_time)) in mlx5_esw_bridge_update()
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | fs.h | 301 u64 *bytes, u64 *packets, u64 *lastuse); 303 u64 *bytes, u64 *packets, u64 *lastuse);
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
A D | meter.h | 73 u64 *bytes, u64 *packets, u64 *drops, u64 *lastuse);
|
A D | meter.c | 583 u64 *bytes, u64 *packets, u64 *drops, u64 *lastuse) in mlx5e_tc_meter_get_stats() argument 594 *lastuse = max_t(u64, lastuse1, lastuse2); in mlx5e_tc_meter_get_stats()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/ |
A D | prestera_flower.c | 549 u64 lastuse; in prestera_flower_stats() local 565 &bytes, &lastuse); in prestera_flower_stats() 569 flow_stats_update(&f->stats, bytes, packets, 0, lastuse, in prestera_flower_stats()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/diag/ |
A D | bridge_tracepoint.h | 30 __entry->used = jiffies_to_msecs(jiffies - fdb->lastuse)
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_flower.c | 710 u64 lastuse; in mlxsw_sp_flower_stats() local 726 &drops, &lastuse, &used_hw_stats); in mlxsw_sp_flower_stats() 730 flow_stats_update(&f->stats, bytes, packets, drops, lastuse, in mlxsw_sp_flower_stats()
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | pkt_cls.h | 97 __u64 lastuse; member
|