Searched refs:fds_size (Results 1 – 2 of 2) sorted by relevance
654 unsigned int fds_size = sizeof(*fds) * fds_num; in os_sendmsg_fds() local659 .msg_controllen = CMSG_SPACE(fds_size), in os_sendmsg_fds()669 cmsg->cmsg_len = CMSG_LEN(fds_size); in os_sendmsg_fds()670 memcpy(CMSG_DATA(cmsg), fds, fds_size); in os_sendmsg_fds()
172 unsigned int fds_size = in wait_stub_done_seccomp() local177 msgh.msg_controllen = CMSG_SPACE(fds_size); in wait_stub_done_seccomp()181 cmsg->cmsg_len = CMSG_LEN(fds_size); in wait_stub_done_seccomp()183 fds_size); in wait_stub_done_seccomp()
Completed in 6 milliseconds