Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dsocket.h113 #define CMSG_LEN(len) (sizeof(struct cmsghdr) + (len)) macro
/Linux-v5.10/tools/perf/trace/beauty/include/linux/
Dsocket.h113 #define CMSG_LEN(len) (sizeof(struct cmsghdr) + (len)) macro