Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl.c829 u64 current_packets; in mlxsw_sp_acl_rule_get_stats() local
835 &current_packets, &current_bytes); in mlxsw_sp_acl_rule_get_stats()
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()