Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c1021 u64 current_drops = 0; in mlxsw_sp_acl_rule_get_stats() local
1036 &current_drops); in mlxsw_sp_acl_rule_get_stats()
1042 *drops = current_drops - rule->last_drops; in mlxsw_sp_acl_rule_get_stats()
1047 rule->last_drops = current_drops; in mlxsw_sp_acl_rule_get_stats()