Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/benchs/
Dbench_bloom_filter_map.c347 link = bpf_program__attach(ctx.skel->progs.bloom_hashmap_lookup); in false_positive_setup()
365 link = bpf_program__attach(ctx.skel->progs.bloom_hashmap_lookup); in hashmap_with_bloom_setup()
382 link = bpf_program__attach(ctx.skel->progs.bloom_hashmap_lookup); in hashmap_no_bloom_setup()
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbloom_filter_bench.c118 int bloom_hashmap_lookup(void *ctx) in bloom_hashmap_lookup() function