Home
last modified time | relevance | path

Searched refs:cmsg_type (Results 1 – 13 of 13) sorted by relevance

/qemu/crypto/
H A Dcipher-afalg.c104 afalg->cmsg->cmsg_type = ALG_SET_OP; in qcrypto_afalg_cipher_ctx_new()
108 afalg->cmsg->cmsg_type = ALG_SET_IV; in qcrypto_afalg_cipher_ctx_new()
/qemu/io/
H A Dchannel-socket.c469 cmsg->cmsg_type != SCM_RIGHTS) { in qio_channel_socket_copy_fds()
589 cmsg->cmsg_type = SCM_RIGHTS; in qio_channel_socket_writev()
767 if (cm->cmsg_level != SOL_IP && cm->cmsg_type != IP_RECVERR && in qio_channel_socket_flush()
768 cm->cmsg_level != SOL_IPV6 && cm->cmsg_type != IPV6_RECVERR) { in qio_channel_socket_flush()
/qemu/tests/qtest/
H A Dlibqmp.c121 cmsg->cmsg_type = SCM_RIGHTS; in socket_send_fds()
/qemu/
H A Dqemu-bridge-helper.c197 cmsg->cmsg_type = SCM_RIGHTS; in send_fd()
/qemu/contrib/ivshmem-client/
H A Divshmem-client.c64 cmsg->cmsg_type != SCM_RIGHTS) { in ivshmem_client_read_one_msg()
/qemu/contrib/ivshmem-server/
H A Divshmem-server.c58 cmsg->cmsg_type = SCM_RIGHTS; in ivshmem_server_send_one_msg()
/qemu/linux-user/
H A Dsyscall.c1760 tswap32(target_cmsg->cmsg_type)); in target_to_host_cmsg()
1769 cmsg->cmsg_type = tswap32(target_cmsg->cmsg_type); in target_to_host_cmsg()
1772 if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS) { in target_to_host_cmsg()
1781 && cmsg->cmsg_type == SCM_CREDENTIALS) { in target_to_host_cmsg()
1799 cmsg->cmsg_level, cmsg->cmsg_type); in target_to_host_cmsg()
1854 target_cmsg->cmsg_type = tswap32(cmsg->cmsg_type); in host_to_target_cmsg()
1862 switch (cmsg->cmsg_type) { in host_to_target_cmsg()
1886 switch (cmsg->cmsg_type) { in host_to_target_cmsg()
1931 switch (cmsg->cmsg_type) { in host_to_target_cmsg()
1975 switch (cmsg->cmsg_type) { in host_to_target_cmsg()
[all …]
H A Dsyscall_defs.h375 abi_int cmsg_type; member
/qemu/fsdev/
H A Dvirtfs-proxy-helper.c229 cmsg->cmsg_type = SCM_RIGHTS; in send_fd()
/qemu/net/
H A Dtap.c456 cmsg->cmsg_type = SCM_RIGHTS; in recv_fd()
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c568 if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS) { in vu_message_read_default()
631 cmsg->cmsg_type = SCM_RIGHTS; in vu_message_write()
/qemu/hw/9pfs/
H A D9p-proxy.c86 cmsg->cmsg_type != SCM_RIGHTS) { in v9fs_receivefd()
/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c168 cmsg->cmsg_type = SCM_RIGHTS; in vg_sock_fd_write()