Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.map25 bpf_map__set_inner_map_fd;
H A Dlibbpf.h481 LIBBPF_API int bpf_map__set_inner_map_fd(struct bpf_map *map, int fd);
H A Dlibbpf.c8964 int bpf_map__set_inner_map_fd(struct bpf_map *map, int fd) in bpf_map__set_inner_map_fd() function
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A 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()