cvs commit: src/sys/opencrypto criov.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Wed May 17 10:56:23 PDT 2006


pjd         2006-05-17 17:56:00 UTC

  FreeBSD src repository

  Modified files:
    sys/opencrypto       criov.c 
  Log:
  - 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
  
  Revision  Changes    Path
  1.4       +49 -30    src/sys/opencrypto/criov.c


More information about the cvs-src mailing list