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

/linux-master/include/linux/
H A Dsocket.h127 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? \ macro
130 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h127 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? \ macro
130 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)

Completed in 113 milliseconds