Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c75 u64 last_drops; member
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()