Searched defs:CMSG_LEN (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ | ||
| H A D | socket.h | 126 #define CMSG_LEN( global() macro |
| /linux/tools/perf/trace/beauty/include/linux/ | ||
| H A D | socket.h | 141 #define CMSG_LEN(len) (sizeof(struct cmsghdr) + (len)) macro |