Home
last modified time | relevance | path

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

/tools/perf/trace/beauty/include/linux/
Dsocket.h106 #define CMSG_ALIGN(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) ) macro
112 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len))
146 __ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) + CMSG_ALIGN(__cmsg->cmsg_len)); in __cmsg_nxthdr()