Home
last modified time | relevance | path

Searched refs:inner_fd (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/core/iomgr/
Dev_epollsig_linux_test.cc44 int inner_fd; member
68 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()
/external/iproute2/lib/
Dbpf.c1180 uint32_t flags, int inner_fd) in bpf_map_create() argument
1186 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() argument
1513 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() local
1688 inner_fd = ctx->map_fds[i]; in bpf_maps_attach_all()
1698 &inner_fd, BPF_ANY); in bpf_maps_attach_all()