Home
last modified time | relevance | path

Searched refs:__CMSG_FIRSTHDR (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/tools/perf/trace/beauty/include/linux/
Dsocket.h124 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? \ macro
127 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
/Linux-v6.1/include/linux/
Dsocket.h124 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? \ macro
127 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)