Home
last modified time | relevance | path

Searched refs:msgh (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c312 static void get_tcp_inq(struct msghdr *msgh, unsigned int *inqv) in get_tcp_inq() argument
316 for (cmsg = CMSG_FIRSTHDR(msgh); cmsg ; cmsg = CMSG_NXTHDR(msgh, cmsg)) { in get_tcp_inq()
H A Dmptcp_connect.c470 static void process_cmsg(struct msghdr *msgh) in process_cmsg() argument
478 for (cmsg = CMSG_FIRSTHDR(msgh); cmsg ; cmsg = CMSG_NXTHDR(msgh, cmsg)) { in process_cmsg()
/openbmc/qemu/linux-user/
H A Dsyscall.c1751 static inline abi_long target_to_host_cmsg(struct msghdr *msgh, in target_to_host_cmsg() argument
1754 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() argument
1848 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); in host_to_target_cmsg()
2067 cmsg = CMSG_NXTHDR(msgh, cmsg); in host_to_target_cmsg()