Searched refs:CMSG_SPACE (Results 1 – 2 of 2) sorted by relevance
165 const size_t control_buf_len = static_cast<size_t>(CMSG_SPACE(raw_ctl_data_sz)); in HandleTracedPerfSignal()
103 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len)) macro