Home
last modified time | relevance | path

Searched refs:last_packets (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/core/
Dgen_estimator.c51 u32 last_packets; member
86 rate = (u64)(b.packets - est->last_packets) << (10 - est->ewma_log - est->intvl_log); in est_timer()
95 est->last_packets = b.packets; in est_timer()
165 est->last_packets = b.packets; in gen_new_estimator()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl.c70 u64 last_packets; member
839 *packets = current_packets - rule->last_packets; in mlxsw_sp_acl_rule_get_stats()
844 rule->last_packets = current_packets; in mlxsw_sp_acl_rule_get_stats()