Searched defs:cmsg_space (Results 1 – 3 of 3) sorted by relevance
35 size_t cmsg_space = CMSG_SPACE(sizeof(int) * fds.size()); in SendFileDescriptorVector() local79 size_t cmsg_space = CMSG_SPACE(sizeof(int) * max_fds); in ReceiveFileDescriptorVector() local
31 QuicSendmmsgBatchWriter::InternalFlushImpl(size_t cmsg_space, in InternalFlushImpl()
49 macro_rules! cmsg_space { macro