Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dgen_estimator.c55 u32 last_packets; member
90 rate = (u64)(b.packets - est->last_packets) << (10 - est->ewma_log - est->intvl_log); in est_timer()
99 est->last_packets = b.packets; in est_timer()
169 est->last_packets = b.packets; in gen_new_estimator()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl.c78 u64 last_packets; member
813 *packets = current_packets - rule->last_packets; in mlxsw_sp_acl_rule_get_stats()
818 rule->last_packets = current_packets; in mlxsw_sp_acl_rule_get_stats()