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

Function crypto_use_mbuf

freebsd/opencrypto/cryptodev.h:547–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547static __inline void
548crypto_use_mbuf(struct cryptop *crp, struct mbuf *m)
549{
550 _crypto_use_mbuf(&crp->crp_buf, m);
551}
552
553static __inline void
554crypto_use_vmpage(struct cryptop *crp, vm_page_t *pages, int len, int offset)

Callers 7

ipcomp_inputFunction · 0.85
ipcomp_outputFunction · 0.85
ah_inputFunction · 0.85
ah_outputFunction · 0.85
esp_inputFunction · 0.85
esp_outputFunction · 0.85

Calls 1

_crypto_use_mbufFunction · 0.85

Tested by

no test coverage detected