Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c899 u64 current_drops = 0; in mlxsw_sp_acl_rule_get_stats() local
914 &current_drops); in mlxsw_sp_acl_rule_get_stats()
920 *drops = current_drops - rule->last_drops; in mlxsw_sp_acl_rule_get_stats()
925 rule->last_drops = current_drops; in mlxsw_sp_acl_rule_get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c1020 u64 current_drops = 0; in mlxsw_sp_acl_rule_get_stats() local
1035 &current_drops); in mlxsw_sp_acl_rule_get_stats()
1041 *drops = current_drops - rule->last_drops; in mlxsw_sp_acl_rule_get_stats()
1046 rule->last_drops = current_drops; in mlxsw_sp_acl_rule_get_stats()

Completed in 4 milliseconds