prep_sendmsg_zc
Function parameters
Parameters
- sqe:*linux.io_uring_sqe
- fd:linux.fd_t
- msg:*const linux.msghdr_const
- flags:u32
Type definitions in this namespace
Types
Source
Implementation
pub fn prep_sendmsg_zc(
sqe: *linux.io_uring_sqe,
fd: linux.fd_t,
msg: *const linux.msghdr_const,
flags: u32,
) void {
prep_sendmsg(sqe, fd, msg, flags);
sqe.opcode = .SENDMSG_ZC;
}