Searched refs:msgh (Results 1 – 3 of 3) sorted by relevance
165 struct msghdr msgh = { in wait_stub_done_seccomp() local176 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()
321 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()
484 static void process_cmsg(struct msghdr *msgh) in process_cmsg() argument492 for (cmsg = CMSG_FIRSTHDR(msgh); cmsg ; cmsg = CMSG_NXTHDR(msgh, cmsg)) { in process_cmsg()