Searched defs:cmsg (Results 1 – 11 of 11) sorted by relevance
41 struct cmsghdr *cmsg; member
38 struct cmsghdr cmsg; in ivshmem_server_send_one_msg() member41 struct cmsghdr *cmsg; in ivshmem_server_send_one_msg() local
32 struct cmsghdr cmsg; in ivshmem_client_read_one_msg() member35 struct cmsghdr *cmsg; in ivshmem_client_read_one_msg() local
191 struct cmsghdr *cmsg; in send_fd() local
106 struct cmsghdr *cmsg; in socket_send_fds() local
469 struct cmsghdr *cmsg; in qio_channel_socket_copy_fds() local578 struct cmsghdr *cmsg; in qio_channel_socket_writev() local
449 struct cmsghdr *cmsg; in recv_fd() local
159 struct cmsghdr *cmsg; in vg_sock_fd_write() local
551 struct cmsghdr *cmsg; in vu_message_read_default() local621 struct cmsghdr *cmsg; in vu_message_write() local
1759 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); in target_to_host_cmsg() local1853 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); in host_to_target_cmsg() local
378 #define TARGET_CMSG_DATA(cmsg) ((unsigned char *) ((struct target_cmsghdr *) (cmsg) + 1)) argument379 #define TARGET_CMSG_NXTHDR(mhdr, cmsg, cmsg_start) \ argument