Searched refs:map_put (Results 1 – 2 of 2) sorted by relevance
60 watcher->links.map_put = bpf_program__attach(watcher->progs.map_put); in test_htab_leak()61 if (!ASSERT_OK_PTR(watcher->links.map_put, "attach fentry")) in test_htab_leak()121 watcher->links.map_put = bpf_program__attach(watcher->progs.map_put); in test_percpu_htab_leak()122 if (!ASSERT_OK_PTR(watcher->links.map_put, "attach fentry")) in test_percpu_htab_leak()182 watcher->links.map_put = bpf_program__attach(watcher->progs.map_put); in test_sk_ls_leak()183 if (!ASSERT_OK_PTR(watcher->links.map_put, "attach fentry")) in test_sk_ls_leak()
158 int BPF_PROG(map_put, struct bpf_map *map) in BPF_PROG() argument