Lines Matching refs:recvmmsg
1586 /// Preallocated structures needed for [`recvmmsg`] and [`sendmmsg`] functions
1605 /// Preallocate structure used by [`recvmmsg`] and [`sendmmsg`] takes number of headers to preallocate
1665 /// call to recvmmsg(). In the current implementation, however, the error code can be
1669 // On aarch64 linux using recvmmsg and trying to get hardware/kernel timestamps might not
1679 pub fn recvmmsg<'a, XS, S, I>(
1703 libc::recvmmsg(
1726 /// Iterator over results of [`recvmmsg`]/[`sendmmsg`]
1756 // as long as we are not reading past the index writen by recvmmsg - address
1814 // test contains both recvmmsg and timestaping which is linux only
1815 // there are existing tests for recvmmsg only in tests/
1878 let recv = super::recvmmsg(rsock, &mut data, recv_iovs.iter(), flags, Some(t))?;