Home
last modified time | relevance | path

Searched refs:msg_controllen (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/crypto/
H A Dcipher-afalg.c95 afalg->msg->msg_controllen += CMSG_SPACE(ALG_OPTYPE_LEN); in qcrypto_afalg_cipher_ctx_new()
98 afalg->msg->msg_controllen += CMSG_SPACE(ALG_MSGIV_LEN(expect_niv)); in qcrypto_afalg_cipher_ctx_new()
100 afalg->msg->msg_control = g_new0(uint8_t, afalg->msg->msg_controllen); in qcrypto_afalg_cipher_ctx_new()
156 origin_controllen = afalg->msg->msg_controllen; in qcrypto_afalg_cipher_op()
191 afalg->msg->msg_controllen = 0; in qcrypto_afalg_cipher_op()
195 afalg->msg->msg_controllen = origin_controllen; in qcrypto_afalg_cipher_op()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0001-Initialize-msghdr-struct-in-a-portable-way.patch34 + h.msg_controllen = sizeof(ctrl);
/openbmc/qemu/
H A Dqemu-bridge-helper.c189 .msg_controllen = sizeof(msgbuf), in send_fd()
199 msg.msg_controllen = cmsg->cmsg_len; in send_fd()
/openbmc/qemu/net/
H A Dl2tpv3.c241 message.msg_controllen = 0; in net_l2tpv3_receive_dgram_iov()
284 message.msg_controllen = 0; in net_l2tpv3_receive_dgram()
489 msgvec->msg_hdr.msg_controllen = 0; in build_l2tpv3_vector()
H A Dtap.c483 .msg_controllen = sizeof(msgbuf), in recv_fd()
494 msg.msg_controllen = cmsg->cmsg_len; in recv_fd()
/openbmc/phosphor-net-ipmid/
H A Dsocket_channel.hpp220 msg.msg_controllen = cmsg_space; in write()
/openbmc/qemu/io/
H A Dchannel-socket.c532 msg.msg_controllen = sizeof(control); in qio_channel_socket_readv()
595 msg.msg_controllen = CMSG_SPACE(sizeof(int) * nfds); in qio_channel_socket_writev()
755 msg.msg_controllen = sizeof(control); in qio_channel_socket_flush()
/openbmc/qemu/tests/qtest/
H A Dlibqmp.c116 msg.msg_controllen = CMSG_SPACE(fdsize); in socket_send_fds()
/openbmc/qemu/contrib/ivshmem-client/
H A Divshmem-client.c44 msg.msg_controllen = sizeof(msg_control); in ivshmem_client_read_one_msg()
/openbmc/qemu/contrib/ivshmem-server/
H A Divshmem-server.c55 msg.msg_controllen = sizeof(msg_control); in ivshmem_server_send_one_msg()
/openbmc/qemu/linux-user/
H A Dsyscall.c1764 abi_long msg_controllen; in target_to_host_cmsg() local
1769 msg_controllen = tswapal(target_msgh->msg_controllen); in target_to_host_cmsg()
1770 if (msg_controllen < sizeof (struct target_cmsghdr)) in target_to_host_cmsg()
1773 target_cmsg = lock_user(VERIFY_READ, target_cmsg_addr, msg_controllen, 1); in target_to_host_cmsg()
1786 if (space > msgh->msg_controllen) { in target_to_host_cmsg()
1850 msgh->msg_controllen = space; in target_to_host_cmsg()
1858 abi_long msg_controllen; in host_to_target_cmsg() local
1863 msg_controllen = tswapal(target_msgh->msg_controllen); in host_to_target_cmsg()
1864 if (msg_controllen < sizeof (struct target_cmsghdr)) in host_to_target_cmsg()
1867 target_cmsg = lock_user(VERIFY_WRITE, target_cmsg_addr, msg_controllen, 0); in host_to_target_cmsg()
[all …]
H A Dsyscall_defs.h368 abi_long msg_controllen; /* Length of cmsg list */ member
397 > tswapal(__mhdr->msg_controllen)) { in __target_cmsg_nxthdr()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c548 .msg_controllen = sizeof(control), in vu_message_read_default()
627 msg.msg_controllen = CMSG_SPACE(fdsize); in vu_message_write()
634 msg.msg_controllen = 0; in vu_message_write()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c163 msg.msg_controllen = sizeof(cmsgu.control); in vg_sock_fd_write()