Searched refs:msgh (Results 1 – 3 of 3) sorted by relevance
312 static void get_tcp_inq(struct msghdr *msgh, unsigned int *inqv) in get_tcp_inq() argument316 for (cmsg = CMSG_FIRSTHDR(msgh); cmsg ; cmsg = CMSG_NXTHDR(msgh, cmsg)) { in get_tcp_inq()
470 static void process_cmsg(struct msghdr *msgh) in process_cmsg() argument478 for (cmsg = CMSG_FIRSTHDR(msgh); cmsg ; cmsg = CMSG_NXTHDR(msgh, cmsg)) { in process_cmsg()
1751 static inline abi_long target_to_host_cmsg(struct msghdr *msgh, in target_to_host_cmsg() argument1754 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); in target_to_host_cmsg()1777 if (space > msgh->msg_controllen) { in target_to_host_cmsg()1835 cmsg = CMSG_NXTHDR(msgh, cmsg); in target_to_host_cmsg()1841 msgh->msg_controllen = space; in target_to_host_cmsg()1846 struct msghdr *msgh) in host_to_target_cmsg() argument1848 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); in host_to_target_cmsg()2067 cmsg = CMSG_NXTHDR(msgh, cmsg); in host_to_target_cmsg()