Home
last modified time | relevance | path

Searched refs:bpf_map__set_inner_map_fd (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dringbuf_multi.c64 err = bpf_map__set_inner_map_fd(skel->maps.ringbuf_hash, proto_fd); in test_ringbuf_multi()
/Linux-v6.6/tools/lib/bpf/
Dlibbpf.map11 bpf_map__set_inner_map_fd;
Dlibbpf.h1046 LIBBPF_API int bpf_map__set_inner_map_fd(struct bpf_map *map, int fd);
Dlibbpf.c9705 int bpf_map__set_inner_map_fd(struct bpf_map *map, int fd) in bpf_map__set_inner_map_fd() function
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_maps.c1176 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()