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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf_multi.c66 err = bpf_map__set_inner_map_fd(skel->maps.ringbuf_hash, proto_fd);
67 if (CHECK(err != 0, "bpf_map__set_inner_map_fd", "bpf_map__set_inner_map_fd failed\n"))
/linux-master/tools/testing/selftests/bpf/
H A Dtest_maps.c1176 err = bpf_map__set_inner_map_fd(map, fd);
1187 err = bpf_map__set_inner_map_fd(map, fd);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h1080 LIBBPF_API int bpf_map__set_inner_map_fd(struct bpf_map *map, int fd);
H A Dlibbpf.c10202 int bpf_map__set_inner_map_fd(struct bpf_map *map, int fd) function

Completed in 217 milliseconds