| 515 | } |
| 516 | |
| 517 | static __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 | |
| 524 | static __inline void |
| 525 | _crypto_use_vmpage(struct crypto_buffer *cb, vm_page_t *pages, int len, |
no outgoing calls
no test coverage detected