Home
last modified time | relevance | path

Searched refs:last_packets (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dgen_estimator.c51 u64 last_packets; member
86 rate = (b.packets - est->last_packets) << (10 - est->intvl_log); in est_timer()
95 est->last_packets = b.packets; in est_timer()
168 est->last_packets = b.packets; in gen_new_estimator()
/kernel/linux/linux-6.6/net/core/
H A Dgen_estimator.c51 u64 last_packets; member
90 rate = (b_packets - est->last_packets) << (10 - est->intvl_log); in est_timer()
99 est->last_packets = b_packets; in est_timer()
174 est->last_packets = u64_stats_read(&b.packets); in gen_new_estimator()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c67 u64 last_packets; member
918 *packets = current_packets - rule->last_packets; in mlxsw_sp_acl_rule_get_stats()
924 rule->last_packets = current_packets; in mlxsw_sp_acl_rule_get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c72 u64 last_packets; member
1039 *packets = current_packets - rule->last_packets; in mlxsw_sp_acl_rule_get_stats()
1045 rule->last_packets = current_packets; in mlxsw_sp_acl_rule_get_stats()

Completed in 5 milliseconds