Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/benchs/
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()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl.c69 u64 last_drops; member
1020 *drops = current_drops - rule->last_drops; in mlxsw_sp_acl_rule_get_stats()
1025 rule->last_drops = current_drops; in mlxsw_sp_acl_rule_get_stats()