Searched defs:CMSG_LEN (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dsocket.h125 #define CMSG_LEN(len) (sizeof(struct cmsghdr) + (len)) macro
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h125 #define CMSG_LEN(len) (sizeof(struct cmsghdr) + (len)) macro

Completed in 125 milliseconds