Searched refs:inner_fd (Results 1 – 2 of 2) sorted by relevance
44 int inner_fd; member68 tfds[i].inner_fd = fds[i]; in test_fd_init()85 GPR_ASSERT(release_fd == tfds[i].inner_fd); in test_fd_cleanup()86 close(tfds[i].inner_fd); in test_fd_cleanup()
1180 uint32_t flags, int inner_fd) in bpf_map_create() argument1186 attr.value_size = inner_fd ? sizeof(int) : size_value; in bpf_map_create()1189 attr.inner_map_fd = inner_fd; in bpf_map_create()1501 struct bpf_elf_ctx *ctx, int inner_fd) in bpf_map_report() argument1513 inner_fd ? (int)sizeof(int) : map->size_value); in bpf_map_report()1650 int i, j, ret, fd, inner_fd, inner_idx, have_map_in_map = 0; in bpf_maps_attach_all() local1688 inner_fd = ctx->map_fds[i]; in bpf_maps_attach_all()1698 &inner_fd, BPF_ANY); in bpf_maps_attach_all()