Home
last modified time | relevance | path

Searched refs:lastused (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dact_stats.c67 u64 lastused; in mlx5e_tc_act_stats_add() local
79 &act_stats->lastpackets, &lastused); in mlx5e_tc_act_stats_add()
172 u64 pkts, bytes, lastused; in mlx5e_tc_act_stats_fill_stats() local
184 &bytes, &pkts, &lastused); in mlx5e_tc_act_stats_fill_stats()
189 0, lastused, FLOW_ACTION_HW_STATS_DELAYED); in mlx5e_tc_act_stats_fill_stats()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mirror.c118 old_stats->lastused, in lan966x_mirror_port_stats()
124 old_stats->lastused = jiffies; in lan966x_mirror_port_stats()
130 old_stats->lastused, in lan966x_mirror_port_stats()
136 old_stats->lastused = jiffies; in lan966x_mirror_port_stats()
H A Dlan966x_police.c176 old_stats->lastused = jiffies; in lan966x_police_port_add()
219 old_stats->lastused, in lan966x_police_port_stats()
225 old_stats->lastused = jiffies; in lan966x_police_port_stats()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_mirror.c220 old_stats->lastused, in sparx5_mirror_stats()
226 old_stats->lastused = jiffies; in sparx5_mirror_stats()
232 old_stats->lastused, in sparx5_mirror_stats()
238 old_stats->lastused = jiffies; in sparx5_mirror_stats()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.h139 unsigned long lastused; /* jiffies */ member
H A Dbnxt_tc.c1585 flow->lastused = jiffies; in bnxt_tc_add_flow()
1634 unsigned long lastused; in bnxt_tc_get_flow_stats() local
1650 lastused = flow->lastused; in bnxt_tc_get_flow_stats()
1654 lastused, FLOW_ACTION_HW_STATS_DELAYED); in bnxt_tc_get_flow_stats()
1779 flow->lastused = jiffies; in bnxt_tc_flow_stats_batch_update()
/linux/net/netfilter/
H A Dnf_flow_table_offload.c1014 u64 lastused; in flow_offload_work_stats() local
1021 lastused = max_t(u64, stats[0].lastused, stats[1].lastused); in flow_offload_work_stats()
1023 lastused + flow_offload_get_timeout(offload->flow)); in flow_offload_work_stats()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c1372 filter->stats.lastused = jiffies; in enetc_psfp_parse_clsflower()
1486 stats.lastused = filter->stats.lastused; in enetc_psfp_get_stats()
1492 stats.lastused, FLOW_ACTION_HW_STATS_DELAYED); in enetc_psfp_get_stats()
/linux/net/xfrm/
H A Dxfrm_nat_keepalive.c203 delta = (int)(ctx->now - x->lastused); in nat_keepalive_work()
H A Dxfrm_input.c694 x->lastused = ktime_get_real_seconds(); in xfrm_input()
H A Dxfrm_output.c545 x->lastused = ktime_get_real_seconds(); in xfrm_output_one()
H A Dxfrm_state.c2068 x->lastused = orig->lastused; in xfrm_state_clone_and_setup()
H A Dxfrm_user.c1403 if (x->lastused) { in copy_to_user_state_extra()
1404 ret = nla_put_u64_64bit(skb, XFRMA_LASTUSED, x->lastused, in copy_to_user_state_extra()
4079 /* Must count x->lastused as it may become non-zero behind our back. */ in xfrm_sa_len()
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dtracepoints.rst36 …..1 2679.704889: mlx5e_stats_flower: cookie=0000000060eb3d6a bytes=0 packets=0 lastused=4295560217
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c562 f->stats.lastused = jiffies - idle * HZ; in mtk_flow_offload_stats()
/linux/include/net/
H A Dpkt_cls.h321 stats->lastused, true); in tcf_exts_hw_stats_update()
H A Dxfrm.h300 time64_t lastused; member
/linux/drivers/net/ethernet/airoha/
H A Dairoha_ppe.c1353 f->stats.lastused = jiffies - idle * HZ; in airoha_ppe_flow_offload_stats()
/linux/net/sched/
H A Dact_api.c314 fl_act.stats.lastused, in tcf_action_update_hw_stats()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c2134 ct_entry->stats.lastused, in nfp_fl_ct_stats()