[][src]Function uapi::cmsg_space

pub const fn cmsg_space(data_len: usize) -> usize

Returns the number of bytes needed to store a cmsg with data-length data_len

See also the crate documentation.