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