Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbloom_filter_map.c94 static void check_bloom(struct bloom_filter_map *skel) in check_bloom() function
98 link = bpf_program__attach(skel->progs.check_bloom); in check_bloom()
221 check_bloom(skel); in test_bloom_filter_map()
/linux/tools/testing/selftests/bpf/progs/
H A Dbloom_filter_map.c75 int check_bloom(void *ctx) in check_bloom() function