Home
last modified time | relevance | path

Searched defs:CMSG_SPACE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h124 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro
/openbmc/linux/include/linux/
H A Dsocket.h124 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro