nix::fcntl

Function vmsplice

Source
pub fn vmsplice(
    fd: RawFd,
    iov: &[IoSlice<'_>],
    flags: SpliceFFlags,
) -> Result<usize>