Home
last modified time | relevance | path

Searched refs:msg_controllen (Results 1 – 8 of 8) 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/phosphor-net-ipmid/
H A Dsocket_channel.hpp220 msg.msg_controllen = cmsg_space; in write()
/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/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()