Home
last modified time | relevance | path

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

/linux/arch/um/os-Linux/skas/
H A Dprocess.c165 struct msghdr msgh = { in wait_stub_done_seccomp() local
176 msgh.msg_control = ctrl.data; in wait_stub_done_seccomp()
177 msgh.msg_controllen = CMSG_SPACE(fds_size); in wait_stub_done_seccomp()
178 cmsg = CMSG_FIRSTHDR(&msgh); in wait_stub_done_seccomp()
186 &msgh, 0)); in wait_stub_done_seccomp()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c321 static void get_tcp_inq(struct msghdr *msgh, unsigned int *inqv) in get_tcp_inq() argument
325 for (cmsg = CMSG_FIRSTHDR(msgh); cmsg ; cmsg = CMSG_NXTHDR(msgh, cmsg)) { in get_tcp_inq()
H A Dmptcp_connect.c484 static void process_cmsg(struct msghdr *msgh) in process_cmsg() argument
492 for (cmsg = CMSG_FIRSTHDR(msgh); cmsg ; cmsg = CMSG_NXTHDR(msgh, cmsg)) { in process_cmsg()