Searched refs:bpf_map__set_inner_map_fd (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | ringbuf_multi.c | 64 err = bpf_map__set_inner_map_fd(skel->maps.ringbuf_hash, proto_fd); in test_ringbuf_multi() 65 if (CHECK(err != 0, "bpf_map__set_inner_map_fd", "bpf_map__set_inner_map_fd failed\n")) in test_ringbuf_multi()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.h | 481 LIBBPF_API int bpf_map__set_inner_map_fd(struct bpf_map *map, int fd);
|
H A D | libbpf.c | 8967 int bpf_map__set_inner_map_fd(struct bpf_map *map, int fd) in bpf_map__set_inner_map_fd() function
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.h | 1046 LIBBPF_API int bpf_map__set_inner_map_fd(struct bpf_map *map, int fd);
|
H A D | libbpf.c | 9711 int bpf_map__set_inner_map_fd(struct bpf_map *map, int fd) in bpf_map__set_inner_map_fd() function
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 1160 err = bpf_map__set_inner_map_fd(map, fd); in test_map_in_map() 1171 err = bpf_map__set_inner_map_fd(map, fd); in test_map_in_map()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 1176 err = bpf_map__set_inner_map_fd(map, fd); in test_map_in_map() 1187 err = bpf_map__set_inner_map_fd(map, fd); in test_map_in_map()
|
Completed in 38 milliseconds