Home
last modified time | relevance | path

Searched refs:bpf_map__unpin (Results 1 - 2 of 2) sorted by relevance

/third_party/libbpf/src/
H A Dlibbpf.h258 * If `path` is NULL `bpf_map__unpin` (which is being used on each map)
1049 * @brief **bpf_map__unpin()** removes the file that serves as a
1059 LIBBPF_API int bpf_map__unpin(struct bpf_map *map, const char *path);
H A Dlibbpf.c8426 bpf_map__unpin(&obj->maps[i], NULL);
8601 int bpf_map__unpin(struct bpf_map *map, const char *path) function
8717 bpf_map__unpin(map, NULL);
8745 err = bpf_map__unpin(map, pin_path);

Completed in 22 milliseconds