Searched refs:htab_map_free (Results 1 – 3 of 3) sorted by relevance
63 watcher->links.htab_map_free = bpf_program__attach(watcher->progs.htab_map_free); in test_htab_leak()64 if (!ASSERT_OK_PTR(watcher->links.htab_map_free, "attach fexit")) in test_htab_leak()124 watcher->links.htab_map_free = bpf_program__attach(watcher->progs.htab_map_free); in test_percpu_htab_leak()125 if (!ASSERT_OK_PTR(watcher->links.htab_map_free, "attach fexit")) in test_percpu_htab_leak()
166 int BPF_PROG(htab_map_free, struct bpf_map *map) in BPF_PROG() argument
1626 static void htab_map_free(struct bpf_map *map) in htab_map_free() function2361 .map_free = htab_map_free,2383 .map_free = htab_map_free,2564 .map_free = htab_map_free,2586 .map_free = htab_map_free,2628 htab_map_free(map); in fd_htab_map_free()