Searched refs:VKI_CMSG_FIRSTHDR (Results 1 – 4 of 4) sorted by relevance
204 #define VKI_CMSG_FIRSTHDR(mhdr) CMSG_FIRSTHDR(mhdr) macro
1082 #define VKI_CMSG_FIRSTHDR(mhdr) CMSG_FIRSTHDR(mhdr) macro
669 #define VKI_CMSG_FIRSTHDR(msg) __VKI_CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen) macro
1084 struct vki_cmsghdr *cm = VKI_CMSG_FIRSTHDR(msg); in check_cmsg_for_fds()