Searched refs:bpf_map__pin (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c109 err = bpf_map__pin(map, NULL);
114 err = bpf_map__pin(map, "/sys/fs/bpf/other");
H A Dtailcalls.c1153 err = bpf_map__pin(call->maps.jmp_table, JMP_TABLE);
1154 if (!ASSERT_OK(err, "bpf_map__pin"))
1167 if (!ASSERT_OK(err, "bpf_map__pin")) {
/linux-master/tools/lib/bpf/
H A Dlibbpf.h264 * If `path` is NULL `bpf_map__pin` (which is being used on each map)
1054 * @brief **bpf_map__pin()** creates a file that serves as a 'pin'
1065 LIBBPF_API int bpf_map__pin(struct bpf_map *map, const char *path);
H A Dlibbpf.c5383 err = bpf_map__pin(map, NULL);
8556 int bpf_map__pin(struct bpf_map *map, const char *path) function
8721 err = bpf_map__pin(map, pin_path);

Completed in 161 milliseconds