Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/trace/beauty/include/linux/
H A Dsocket.h128 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? \ macro
/linux-6.15/include/linux/
H A Dsocket.h128 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? \ macro