Home
last modified time | relevance | path

Searched refs:last_drops (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c392 static unsigned long last_hits, last_drops, last_false_hits; in measure() local
416 res->drops = total_drops - last_drops; in measure()
420 last_drops = total_drops; in measure()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c69 u64 last_drops; member
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.c74 u64 last_drops; member
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