]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Implement cuio_apply(), an equivalent to m_apply(9).
authorpjd <pjd@FreeBSD.org>
Wed, 17 May 2006 17:56:00 +0000 (17:56 +0000)
committerpjd <pjd@FreeBSD.org>
Wed, 17 May 2006 17:56:00 +0000 (17:56 +0000)
commit0e3d5d76cb7f3ff2fd2a43edd02978e96115ad09
tree88c7d198be6cf3d1a70ddb43c8d3ac22b1873175
parente35eb234a1e1ca5cd57551e4b245c64f3a389339
- Implement cuio_apply(), an equivalent to m_apply(9).
- Implement CUIO_SKIP() macro which is only responsible for skipping the given
  number of bytes from iovec list. This allows to avoid duplicating the same
  code in three functions.

Reviewed by: sam
sys/opencrypto/criov.c