MCPcopy Create free account
hub / github.com/F-Stack/f-stack / _crypto_use_mbuf

Function _crypto_use_mbuf

freebsd/opencrypto/cryptodev.h:517–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517static __inline void
518_crypto_use_mbuf(struct crypto_buffer *cb, struct mbuf *m)
519{
520 cb->cb_mbuf = m;
521 cb->cb_type = CRYPTO_BUF_MBUF;
522}
523
524static __inline void
525_crypto_use_vmpage(struct crypto_buffer *cb, vm_page_t *pages, int len,

Callers 2

crypto_use_mbufFunction · 0.85
crypto_use_output_mbufFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected