Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CMSG_SPACE
include/linux/socket.h
140
#define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len))
tools/perf/trace/beauty/include/linux/socket.h
140
#define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len))