Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf.map25 bpf_map__set_inner_map_fd;
Dlibbpf.h481 LIBBPF_API int bpf_map__set_inner_map_fd(struct bpf_map *map, int fd);
Dlibbpf.c8967 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/
Dtest_maps.c1160 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()