Home
last modified time | relevance | path

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

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