Searched refs:msgh (Results 1 – 1 of 1) sorted by relevance
1774 static inline abi_long target_to_host_cmsg(struct msghdr *msgh, in target_to_host_cmsg() argument1777 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); in target_to_host_cmsg()1800 if (space > msgh->msg_controllen) { in target_to_host_cmsg()1858 cmsg = CMSG_NXTHDR(msgh, cmsg); in target_to_host_cmsg()1864 msgh->msg_controllen = space; in target_to_host_cmsg()1869 struct msghdr *msgh) in host_to_target_cmsg() argument1871 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); in host_to_target_cmsg()2100 cmsg = CMSG_NXTHDR(msgh, cmsg); in host_to_target_cmsg()